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