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