Hex Color #DA8888 - Custom Color
Color Codes
HEX
#DA8888
RGB
rgb(218, 136, 136)
HSL
hsl(0, 53%, 69%)
CMYK
cmyk(0%, 38%, 38%, 15%)
HSV
hsv(0, 38%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.67:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.86:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #DA8888;
color: #DA8888;
border-color: #DA8888;
}
Tailwind CSS (with arbitrary values)
bg-[#DA8888]
text-[#DA8888]
border-[#DA8888]
// Example usage:
<div className="bg-[#DA8888]">