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