#b4f1eb
a light, vivid cyan · cool · closest name: skyblue
RGB
180, 241, 235
HSL
174°, 69%, 83%
CMYK
25, 0, 3, 6
Luminance
0.7861
Every format
| HEX | #b4f1eb |
| RGB | rgb(180, 241, 235) |
| HSL | hsl(174, 69%, 83%) |
| CMYK | cmyk(25%, 0%, 3%, 6%) |
| LAB | lab(91.1 -20.3 -3.3) |
| LCH | lch(91.1 20.6 189.3) |
| OKLCH | oklch(0.915 0.062 188.6) |
Copy-ready code
/* CSS */
color: #b4f1eb;
background-color: #b4f1eb;
/* Tailwind (arbitrary) */
class="text-[#b4f1eb] bg-[#b4f1eb]"
/* SCSS */
$brand: #b4f1eb;
/* SwiftUI */
Color(red: 0.706, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#b4f1eb")Accessibility — WCAG contrast
Aa
#b4f1eb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f1eb on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green94.5%
Blue92.2%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#b4f1eb text on a black background
contrast 16.72:1
Card sample
#b4f1eb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f1eb;
Background color
Panel with #b4f1eb background
background-color: #b4f1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f1eb; background: linear-gradient(135deg, #b4f1eb, #B4CEF1);