#b9dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
185, 223, 235
HSL
194°, 56%, 82%
CMYK
21, 5, 0, 8
Luminance
0.6909
Every format
| HEX | #b9dfeb |
| RGB | rgb(185, 223, 235) |
| HSL | hsl(194, 56%, 82%) |
| CMYK | cmyk(21%, 5%, 0%, 8%) |
| LAB | lab(86.5 -9.8 -10.0) |
| LCH | lch(86.5 14.0 225.5) |
| OKLCH | oklch(0.880 0.043 218.9) |
Copy-ready code
/* CSS */
color: #b9dfeb;
background-color: #b9dfeb;
/* Tailwind (arbitrary) */
class="text-[#b9dfeb] bg-[#b9dfeb]"
/* SCSS */
$brand: #b9dfeb;
/* SwiftUI */
Color(red: 0.725, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#b9dfeb")Accessibility — WCAG contrast
Aa
#b9dfeb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dfeb on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green87.5%
Blue92.2%
CMYK percentages
Cyan21.3%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b9dfeb text on a black background
contrast 14.82:1
Card sample
#b9dfeb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dfeb;
Background color
Panel with #b9dfeb background
background-color: #b9dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dfeb; background: linear-gradient(135deg, #b9dfeb, #B9BEEB);