#b9e2f3
a light, vivid cyan · cool · closest name: skyblue
RGB
185, 226, 243
HSL
198°, 71%, 84%
CMYK
24, 7, 0, 5
Luminance
0.7118
Every format
| HEX | #b9e2f3 |
| RGB | rgb(185, 226, 243) |
| HSL | hsl(198, 71%, 84%) |
| CMYK | cmyk(24%, 7%, 0%, 5%) |
| LAB | lab(87.6 -9.6 -12.7) |
| LCH | lch(87.6 15.9 232.8) |
| OKLCH | oklch(0.889 0.049 225.0) |
Copy-ready code
/* CSS */
color: #b9e2f3;
background-color: #b9e2f3;
/* Tailwind (arbitrary) */
class="text-[#b9e2f3] bg-[#b9e2f3]"
/* SCSS */
$brand: #b9e2f3;
/* SwiftUI */
Color(red: 0.725, green: 0.886, blue: 0.953)
/* Android */
Color.parseColor("#b9e2f3")Accessibility — WCAG contrast
Aa
#b9e2f3 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9e2f3 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green88.6%
Blue95.3%
CMYK percentages
Cyan23.9%
Magenta7.0%
Yellow0.0%
Key (black)4.7%
Color previews
#b9e2f3 text on a black background
contrast 15.24:1
Card sample
#b9e2f3 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9e2f3;
Background color
Panel with #b9e2f3 background
background-color: #b9e2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9e2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 226, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 226, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9e2f3; background: linear-gradient(135deg, #b9e2f3, #B9BBF3);