#b9daee
a light, vivid blue · cool · closest name: lavender
RGB
185, 218, 238
HSL
203°, 61%, 83%
CMYK
22, 8, 0, 7
Luminance
0.6663
Every format
| HEX | #b9daee |
| RGB | rgb(185, 218, 238) |
| HSL | hsl(203, 61%, 83%) |
| CMYK | cmyk(22%, 8%, 0%, 7%) |
| LAB | lab(85.3 -6.6 -13.4) |
| LCH | lch(85.3 14.9 243.8) |
| OKLCH | oklch(0.871 0.045 234.6) |
Copy-ready code
/* CSS */
color: #b9daee;
background-color: #b9daee;
/* Tailwind (arbitrary) */
class="text-[#b9daee] bg-[#b9daee]"
/* SCSS */
$brand: #b9daee;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.933)
/* Android */
Color.parseColor("#b9daee")Accessibility — WCAG contrast
Aa
#b9daee on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9daee on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue93.3%
CMYK percentages
Cyan22.3%
Magenta8.4%
Yellow0.0%
Key (black)6.7%
Color previews
#b9daee text on a black background
contrast 14.33:1
Card sample
#b9daee text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9daee;
Background color
Panel with #b9daee background
background-color: #b9daee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9daee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9daee; background: linear-gradient(135deg, #b9daee, #BBB9EE);