Powder Blue (Blue)
#BBE0D4
RGB: 187, 224, 212
Color OverviewHEX #BBE0D4
#BBE0D4 Color Code Information
In the RGB color space, #BBE0D4 is composed of 73% red, 88% green, and 83% blue. In the HSL color space, it has a hue of 161°, saturation of 37%, and lightness of 81%.
HEX
#BBE0D4
RGB
187, 224, 212
HSL
161°, 37%, 81%
HSV
161°, 17%, 88%
CMYK
17%, 0%, 5%, 12%
Name Match
Powder Blue
Closest StandardShades of #BBE0D4 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BBE0D4 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BBE0D4 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BBE0D4
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 #BBE0D4 Background
Contrast Ratio against Pure White (#FFFFFF):1.43 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BBE0D4 Background
Contrast Ratio against Pure Black (#000000):14.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BBE0D4;
}
.element {
color: #BBE0D4;
background-color: #BBE0D4;
border-color: #BBE0D4;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BBE0D4] text-[#BBE0D4] border-[#BBE0D4]"> Content styled with #BBE0D4 </div>