#b4f1dd
a light, vivid cyan · cool · closest name: beige
RGB
180, 241, 221
HSL
160°, 69%, 83%
CMYK
25, 0, 8, 6
Luminance
0.7783
Every format
| HEX | #b4f1dd |
| RGB | rgb(180, 241, 221) |
| HSL | hsl(160, 69%, 83%) |
| CMYK | cmyk(25%, 0%, 8%, 6%) |
| LAB | lab(90.7 -23.2 3.4) |
| LCH | lch(90.7 23.5 171.6) |
| OKLCH | oklch(0.911 0.068 172.5) |
Copy-ready code
/* CSS */
color: #b4f1dd;
background-color: #b4f1dd;
/* Tailwind (arbitrary) */
class="text-[#b4f1dd] bg-[#b4f1dd]"
/* SCSS */
$brand: #b4f1dd;
/* SwiftUI */
Color(red: 0.706, green: 0.945, blue: 0.867)
/* Android */
Color.parseColor("#b4f1dd")Accessibility — WCAG contrast
Aa
#b4f1dd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f1dd on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green94.5%
Blue86.7%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow8.3%
Key (black)5.5%
Color previews
#b4f1dd text on a black background
contrast 16.57:1
Card sample
#b4f1dd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f1dd;
Background color
Panel with #b4f1dd background
background-color: #b4f1dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f1dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 241, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 241, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f1dd; background: linear-gradient(135deg, #b4f1dd, #B4DCF1);