Light Gray (Neutral)
#CBE3D5
RGB: 203, 227, 213
Color OverviewHEX #CBE3D5
#CBE3D5 Color Code Information
In the RGB color space, #CBE3D5 is composed of 80% red, 89% green, and 84% blue. In the HSL color space, it has a hue of 145°, saturation of 30%, and lightness of 84%.
HEX
#CBE3D5
RGB
203, 227, 213
HSL
145°, 30%, 84%
HSV
145°, 11%, 89%
CMYK
11%, 0%, 6%, 11%
Name Match
Light Gray
Closest StandardShades of #CBE3D5 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CBE3D5 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CBE3D5 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CBE3D5
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 #CBE3D5 Background
Contrast Ratio against Pure White (#FFFFFF):1.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CBE3D5 Background
Contrast Ratio against Pure Black (#000000):15.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CBE3D5;
}
.element {
color: #CBE3D5;
background-color: #CBE3D5;
border-color: #CBE3D5;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CBE3D5] text-[#CBE3D5] border-[#CBE3D5]"> Content styled with #CBE3D5 </div>