#b9dfee
a light, vivid cyan · cool · closest name: skyblue
RGB
185, 223, 238
HSL
197°, 61%, 83%
CMYK
22, 6, 0, 7
Luminance
0.6926
Every format
| HEX | #b9dfee |
| RGB | rgb(185, 223, 238) |
| HSL | hsl(197, 61%, 83%) |
| CMYK | cmyk(22%, 6%, 0%, 7%) |
| LAB | lab(86.6 -9.2 -11.4) |
| LCH | lch(86.6 14.7 231.3) |
| OKLCH | oklch(0.881 0.045 223.8) |
Copy-ready code
/* CSS */
color: #b9dfee;
background-color: #b9dfee;
/* Tailwind (arbitrary) */
class="text-[#b9dfee] bg-[#b9dfee]"
/* SCSS */
$brand: #b9dfee;
/* SwiftUI */
Color(red: 0.725, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#b9dfee")Accessibility — WCAG contrast
Aa
#b9dfee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dfee on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green87.5%
Blue93.3%
CMYK percentages
Cyan22.3%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b9dfee text on a black background
contrast 14.85:1
Card sample
#b9dfee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dfee;
Background color
Panel with #b9dfee background
background-color: #b9dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dfee; background: linear-gradient(135deg, #b9dfee, #B9BBEE);