#b8ebf5
a light, electric cyan · cool · closest name: skyblue
RGB
184, 235, 245
HSL
190°, 75%, 84%
CMYK
25, 4, 0, 4
Luminance
0.7620
Every format
| HEX | #b8ebf5 |
| RGB | rgb(184, 235, 245) |
| HSL | hsl(190, 75%, 84%) |
| CMYK | cmyk(25%, 4%, 0%, 4%) |
| LAB | lab(90.0 -14.0 -10.2) |
| LCH | lch(90.0 17.3 215.9) |
| OKLCH | oklch(0.908 0.054 210.9) |
Copy-ready code
/* CSS */
color: #b8ebf5;
background-color: #b8ebf5;
/* Tailwind (arbitrary) */
class="text-[#b8ebf5] bg-[#b8ebf5]"
/* SCSS */
$brand: #b8ebf5;
/* SwiftUI */
Color(red: 0.722, green: 0.922, blue: 0.961)
/* Android */
Color.parseColor("#b8ebf5")Accessibility — WCAG contrast
Aa
#b8ebf5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ebf5 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green92.2%
Blue96.1%
CMYK percentages
Cyan24.9%
Magenta4.1%
Yellow0.0%
Key (black)3.9%
Color previews
#b8ebf5 text on a black background
contrast 16.24:1
Card sample
#b8ebf5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ebf5;
Background color
Panel with #b8ebf5 background
background-color: #b8ebf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ebf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 235, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 235, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ebf5; background: linear-gradient(135deg, #b8ebf5, #B8C2F5);