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