#b4ebfe
a pale, electric cyan · cool · closest name: skyblue
RGB
180, 235, 254
HSL
195°, 97%, 85%
CMYK
29, 8, 0, 0
Luminance
0.7628
Every format
| HEX | #b4ebfe |
| RGB | rgb(180, 235, 254) |
| HSL | hsl(195, 97%, 85%) |
| CMYK | cmyk(29%, 8%, 0%, 0%) |
| LAB | lab(90.0 -13.2 -14.8) |
| LCH | lch(90.0 19.8 228.5) |
| OKLCH | oklch(0.908 0.062 221.1) |
Copy-ready code
/* CSS */
color: #b4ebfe;
background-color: #b4ebfe;
/* Tailwind (arbitrary) */
class="text-[#b4ebfe] bg-[#b4ebfe]"
/* SCSS */
$brand: #b4ebfe;
/* SwiftUI */
Color(red: 0.706, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#b4ebfe")Accessibility — WCAG contrast
Aa
#b4ebfe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ebfe on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan29.1%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#b4ebfe text on a black background
contrast 16.26:1
Card sample
#b4ebfe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ebfe;
Background color
Panel with #b4ebfe background
background-color: #b4ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ebfe; background: linear-gradient(135deg, #b4ebfe, #B4BAFE);