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