#b9dbeb
a light, vivid cyan · cool · closest name: lavender
RGB
185, 219, 235
HSL
199°, 56%, 82%
CMYK
21, 7, 0, 8
Luminance
0.6698
Every format
| HEX | #b9dbeb |
| RGB | rgb(185, 219, 235) |
| HSL | hsl(199, 56%, 82%) |
| CMYK | cmyk(21%, 7%, 0%, 8%) |
| LAB | lab(85.5 -7.8 -11.5) |
| LCH | lch(85.5 13.9 236.1) |
| OKLCH | oklch(0.872 0.042 228.0) |
Copy-ready code
/* CSS */
color: #b9dbeb;
background-color: #b9dbeb;
/* Tailwind (arbitrary) */
class="text-[#b9dbeb] bg-[#b9dbeb]"
/* SCSS */
$brand: #b9dbeb;
/* SwiftUI */
Color(red: 0.725, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#b9dbeb")Accessibility — WCAG contrast
Aa
#b9dbeb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dbeb on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.9%
Blue92.2%
CMYK percentages
Cyan21.3%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b9dbeb text on a black background
contrast 14.40:1
Card sample
#b9dbeb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dbeb;
Background color
Panel with #b9dbeb background
background-color: #b9dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dbeb; background: linear-gradient(135deg, #b9dbeb, #B9BAEB);