#b9cefd
a pale, electric blue · cool · closest name: lavender
RGB
185, 206, 253
HSL
222°, 94%, 86%
CMYK
27, 19, 0, 1
Luminance
0.6155
Every format
| HEX | #b9cefd |
| RGB | rgb(185, 206, 253) |
| HSL | hsl(222, 94%, 86%) |
| CMYK | cmyk(27%, 19%, 0%, 1%) |
| LAB | lab(82.7 3.1 -25.3) |
| LCH | lch(82.7 25.5 277.1) |
| OKLCH | oklch(0.852 0.070 266.1) |
Copy-ready code
/* CSS */
color: #b9cefd;
background-color: #b9cefd;
/* Tailwind (arbitrary) */
class="text-[#b9cefd] bg-[#b9cefd]"
/* SCSS */
$brand: #b9cefd;
/* SwiftUI */
Color(red: 0.725, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#b9cefd")Accessibility — WCAG contrast
Aa
#b9cefd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cefd on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.8%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b9cefd text on a black background
contrast 13.31:1
Card sample
#b9cefd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cefd;
Background color
Panel with #b9cefd background
background-color: #b9cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cefd; background: linear-gradient(135deg, #b9cefd, #D1B9FD);