#b4fcda
a light, electric green · cool · closest name: aquamarine
RGB
180, 252, 218
HSL
152°, 92%, 85%
CMYK
29, 0, 14, 1
Luminance
0.8439
Every format
| HEX | #b4fcda |
| RGB | rgb(180, 252, 218) |
| HSL | hsl(152, 92%, 85%) |
| CMYK | cmyk(29%, 0%, 14%, 1%) |
| LAB | lab(93.6 -29.1 9.2) |
| LCH | lch(93.6 30.5 162.5) |
| OKLCH | oklch(0.934 0.085 163.8) |
Copy-ready code
/* CSS */
color: #b4fcda;
background-color: #b4fcda;
/* Tailwind (arbitrary) */
class="text-[#b4fcda] bg-[#b4fcda]"
/* SCSS */
$brand: #b4fcda;
/* SwiftUI */
Color(red: 0.706, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#b4fcda")Accessibility — WCAG contrast
Aa
#b4fcda on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fcda on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green98.8%
Blue85.5%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#b4fcda text on a black background
contrast 17.88:1
Card sample
#b4fcda text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fcda;
Background color
Panel with #b4fcda background
background-color: #b4fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fcda; background: linear-gradient(135deg, #b4fcda, #B4EEFC);