#b8ebfe
a pale, electric cyan · cool · closest name: skyblue
RGB
184, 235, 254
HSL
196°, 97%, 86%
CMYK
28, 8, 0, 0
Luminance
0.7676
Every format
| HEX | #b8ebfe |
| RGB | rgb(184, 235, 254) |
| HSL | hsl(196, 97%, 86%) |
| CMYK | cmyk(28%, 8%, 0%, 0%) |
| LAB | lab(90.2 -12.0 -14.5) |
| LCH | lch(90.2 18.8 230.3) |
| OKLCH | oklch(0.911 0.058 222.7) |
Copy-ready code
/* CSS */
color: #b8ebfe;
background-color: #b8ebfe;
/* Tailwind (arbitrary) */
class="text-[#b8ebfe] bg-[#b8ebfe]"
/* SCSS */
$brand: #b8ebfe;
/* SwiftUI */
Color(red: 0.722, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#b8ebfe")Accessibility — WCAG contrast
Aa
#b8ebfe on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ebfe on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green92.2%
Blue99.6%
CMYK percentages
Cyan27.6%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#b8ebfe text on a black background
contrast 16.35:1
Card sample
#b8ebfe text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ebfe;
Background color
Panel with #b8ebfe background
background-color: #b8ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ebfe; background: linear-gradient(135deg, #b8ebfe, #B8BCFE);