Hex Color #CC999F - Custom Color

Color Codes

HEX
#CC999F
RGB
rgb(204, 153, 159)
HSL
hsl(353, 33%, 70%)
CMYK
cmyk(0%, 25%, 22%, 20%)
HSV
hsv(353, 25%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 8.62: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: #CC999F;
color: #CC999F;
border-color: #CC999F;
}

Tailwind CSS (with arbitrary values)

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