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