#b9ceeb
a light, vivid blue · cool · closest name: lavender
RGB
185, 206, 235
HSL
215°, 56%, 82%
CMYK
21, 12, 0, 8
Luminance
0.6046
Every format
| HEX | #b9ceeb |
| RGB | rgb(185, 206, 235) |
| HSL | hsl(215, 56%, 82%) |
| CMYK | cmyk(21%, 12%, 0%, 8%) |
| LAB | lab(82.1 -1.0 -16.6) |
| LCH | lch(82.1 16.7 266.7) |
| OKLCH | oklch(0.845 0.047 256.5) |
Copy-ready code
/* CSS */
color: #b9ceeb;
background-color: #b9ceeb;
/* Tailwind (arbitrary) */
class="text-[#b9ceeb] bg-[#b9ceeb]"
/* SCSS */
$brand: #b9ceeb;
/* SwiftUI */
Color(red: 0.725, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#b9ceeb")Accessibility — WCAG contrast
Aa
#b9ceeb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ceeb on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.8%
Blue92.2%
CMYK percentages
Cyan21.3%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b9ceeb text on a black background
contrast 13.09:1
Card sample
#b9ceeb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ceeb;
Background color
Panel with #b9ceeb background
background-color: #b9ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ceeb; background: linear-gradient(135deg, #b9ceeb, #C5B9EB);