#b4ffd8
a pale, electric green · cool · closest name: aquamarine
RGB
180, 255, 216
HSL
149°, 100%, 85%
CMYK
29, 0, 15, 0
Luminance
0.8618
Every format
| HEX | #b4ffd8 |
| RGB | rgb(180, 255, 216) |
| HSL | hsl(149, 100%, 85%) |
| CMYK | cmyk(29%, 0%, 15%, 0%) |
| LAB | lab(94.4 -30.9 11.3) |
| LCH | lch(94.4 32.9 159.9) |
| OKLCH | oklch(0.940 0.091 161.3) |
Copy-ready code
/* CSS */
color: #b4ffd8;
background-color: #b4ffd8;
/* Tailwind (arbitrary) */
class="text-[#b4ffd8] bg-[#b4ffd8]"
/* SCSS */
$brand: #b4ffd8;
/* SwiftUI */
Color(red: 0.706, green: 1.000, blue: 0.847)
/* Android */
Color.parseColor("#b4ffd8")Accessibility — WCAG contrast
Aa
#b4ffd8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ffd8 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green100.0%
Blue84.7%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow15.3%
Key (black)0.0%
Color previews
#b4ffd8 text on a black background
contrast 18.24:1
Card sample
#b4ffd8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ffd8;
Background color
Panel with #b4ffd8 background
background-color: #b4ffd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ffd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 255, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 255, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ffd8; background: linear-gradient(135deg, #b4ffd8, #B4F4FF);