#b4ffd2
a pale, electric green · cool · closest name: aquamarine
RGB
180, 255, 210
HSL
144°, 100%, 85%
CMYK
29, 0, 18, 0
Luminance
0.8588
Every format
| HEX | #b4ffd2 |
| RGB | rgb(180, 255, 210) |
| HSL | hsl(144, 100%, 85%) |
| CMYK | cmyk(29%, 0%, 18%, 0%) |
| LAB | lab(94.3 -32.0 14.2) |
| LCH | lch(94.3 35.0 156.1) |
| OKLCH | oklch(0.939 0.096 157.6) |
Copy-ready code
/* CSS */
color: #b4ffd2;
background-color: #b4ffd2;
/* Tailwind (arbitrary) */
class="text-[#b4ffd2] bg-[#b4ffd2]"
/* SCSS */
$brand: #b4ffd2;
/* SwiftUI */
Color(red: 0.706, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#b4ffd2")Accessibility — WCAG contrast
Aa
#b4ffd2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ffd2 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green100.0%
Blue82.4%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#b4ffd2 text on a black background
contrast 18.18:1
Card sample
#b4ffd2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ffd2;
Background color
Panel with #b4ffd2 background
background-color: #b4ffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ffd2; background: linear-gradient(135deg, #b4ffd2, #B4FAFF);