Hex Color #D66060 - Custom Color

Color Codes

HEX
#D66060
RGB
rgb(214, 96, 96)
HSL
hsl(0, 59%, 61%)
CMYK
cmyk(0%, 55%, 55%, 16%)
HSV
hsv(0, 55%, 84%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.68:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 5.70:1
Pass - WCAG AA (Normal Text)
Fail - 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: #D66060;
color: #D66060;
border-color: #D66060;
}

Tailwind CSS (with arbitrary values)

bg-[#D66060]
text-[#D66060]
border-[#D66060]
// Example usage:
<div className="bg-[#D66060]">