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