Light Gray (Neutral)
#CEBFD4
RGB: 206, 191, 212
Color OverviewHEX #CEBFD4
#CEBFD4 Color Code Information
In the RGB color space, #CEBFD4 is composed of 81% red, 75% green, and 83% blue. In the HSL color space, it has a hue of 283°, saturation of 20%, and lightness of 79%.
HEX
#CEBFD4
RGB
206, 191, 212
HSL
283°, 20%, 79%
HSV
283°, 10%, 83%
CMYK
3%, 10%, 0%, 17%
Name Match
Light Gray
Closest StandardShades of #CEBFD4 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CEBFD4 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CEBFD4 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CEBFD4
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #CEBFD4 Background
Contrast Ratio against Pure White (#FFFFFF):1.75 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CEBFD4 Background
Contrast Ratio against Pure Black (#000000):12.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CEBFD4;
}
.element {
color: #CEBFD4;
background-color: #CEBFD4;
border-color: #CEBFD4;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CEBFD4] text-[#CEBFD4] border-[#CEBFD4]"> Content styled with #CEBFD4 </div>