#b9cdfc
a pale, electric blue · cool · closest name: lavender
RGB
185, 205, 252
HSL
222°, 92%, 86%
CMYK
27, 19, 0, 1
Luminance
0.6101
Every format
| HEX | #b9cdfc |
| RGB | rgb(185, 205, 252) |
| HSL | hsl(222, 92%, 86%) |
| CMYK | cmyk(27%, 19%, 0%, 1%) |
| LAB | lab(82.4 3.4 -25.3) |
| LCH | lch(82.4 25.5 277.8) |
| OKLCH | oklch(0.849 0.069 266.9) |
Copy-ready code
/* CSS */
color: #b9cdfc;
background-color: #b9cdfc;
/* Tailwind (arbitrary) */
class="text-[#b9cdfc] bg-[#b9cdfc]"
/* SCSS */
$brand: #b9cdfc;
/* SwiftUI */
Color(red: 0.725, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#b9cdfc")Accessibility — WCAG contrast
Aa
#b9cdfc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cdfc on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.4%
Blue98.8%
CMYK percentages
Cyan26.6%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b9cdfc text on a black background
contrast 13.20:1
Card sample
#b9cdfc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cdfc;
Background color
Panel with #b9cdfc background
background-color: #b9cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cdfc; background: linear-gradient(135deg, #b9cdfc, #D2B9FC);