#b9ebfc
a pale, electric cyan · cool · closest name: skyblue
RGB
185, 235, 252
HSL
195°, 92%, 86%
CMYK
27, 7, 0, 1
Luminance
0.7676
Every format
| HEX | #b9ebfc |
| RGB | rgb(185, 235, 252) |
| HSL | hsl(195, 92%, 86%) |
| CMYK | cmyk(27%, 7%, 0%, 1%) |
| LAB | lab(90.2 -12.2 -13.4) |
| LCH | lch(90.2 18.1 227.8) |
| OKLCH | oklch(0.911 0.056 220.6) |
Copy-ready code
/* CSS */
color: #b9ebfc;
background-color: #b9ebfc;
/* Tailwind (arbitrary) */
class="text-[#b9ebfc] bg-[#b9ebfc]"
/* SCSS */
$brand: #b9ebfc;
/* SwiftUI */
Color(red: 0.725, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#b9ebfc")Accessibility — WCAG contrast
Aa
#b9ebfc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ebfc on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green92.2%
Blue98.8%
CMYK percentages
Cyan26.6%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b9ebfc text on a black background
contrast 16.35:1
Card sample
#b9ebfc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ebfc;
Background color
Panel with #b9ebfc background
background-color: #b9ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ebfc; background: linear-gradient(135deg, #b9ebfc, #B9BEFC);