#b4eaf4
a light, vivid cyan · cool · closest name: skyblue
RGB
180, 234, 244
HSL
189°, 74%, 83%
CMYK
26, 4, 0, 4
Luminance
0.7508
Every format
| HEX | #b4eaf4 |
| RGB | rgb(180, 234, 244) |
| HSL | hsl(189, 74%, 83%) |
| CMYK | cmyk(26%, 4%, 0%, 4%) |
| LAB | lab(89.4 -14.9 -10.4) |
| LCH | lch(89.4 18.2 215.0) |
| OKLCH | oklch(0.903 0.057 210.2) |
Copy-ready code
/* CSS */
color: #b4eaf4;
background-color: #b4eaf4;
/* Tailwind (arbitrary) */
class="text-[#b4eaf4] bg-[#b4eaf4]"
/* SCSS */
$brand: #b4eaf4;
/* SwiftUI */
Color(red: 0.706, green: 0.918, blue: 0.957)
/* Android */
Color.parseColor("#b4eaf4")Accessibility — WCAG contrast
Aa
#b4eaf4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4eaf4 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green91.8%
Blue95.7%
CMYK percentages
Cyan26.2%
Magenta4.1%
Yellow0.0%
Key (black)4.3%
Color previews
#b4eaf4 text on a black background
contrast 16.02:1
Card sample
#b4eaf4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4eaf4;
Background color
Panel with #b4eaf4 background
background-color: #b4eaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4eaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 234, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 234, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4eaf4; background: linear-gradient(135deg, #b4eaf4, #B4BFF4);