#b9dffc
a pale, electric blue · cool · closest name: skyblue
RGB
185, 223, 252
HSL
206°, 92%, 86%
CMYK
27, 12, 0, 1
Luminance
0.7012
Every format
| HEX | #b9dffc |
| RGB | rgb(185, 223, 252) |
| HSL | hsl(206, 92%, 86%) |
| CMYK | cmyk(27%, 12%, 0%, 1%) |
| LAB | lab(87.0 -6.0 -18.2) |
| LCH | lch(87.0 19.1 251.6) |
| OKLCH | oklch(0.886 0.057 241.2) |
Copy-ready code
/* CSS */
color: #b9dffc;
background-color: #b9dffc;
/* Tailwind (arbitrary) */
class="text-[#b9dffc] bg-[#b9dffc]"
/* SCSS */
$brand: #b9dffc;
/* SwiftUI */
Color(red: 0.725, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#b9dffc")Accessibility — WCAG contrast
Aa
#b9dffc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dffc on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green87.5%
Blue98.8%
CMYK percentages
Cyan26.6%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b9dffc text on a black background
contrast 15.02:1
Card sample
#b9dffc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dffc;
Background color
Panel with #b9dffc background
background-color: #b9dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dffc; background: linear-gradient(135deg, #b9dffc, #C0B9FC);