#b4ffb9
a pale, electric green · cool · closest name: aquamarine
RGB
180, 255, 185
HSL
124°, 100%, 85%
CMYK
29, 0, 28, 0
Luminance
0.8473
Every format
| HEX | #b4ffb9 |
| RGB | rgb(180, 255, 185) |
| HSL | hsl(124, 100%, 85%) |
| CMYK | cmyk(29%, 0%, 28%, 0%) |
| LAB | lab(93.8 -36.4 26.3) |
| LCH | lch(93.8 44.9 144.2) |
| OKLCH | oklch(0.933 0.120 146.2) |
Copy-ready code
/* CSS */
color: #b4ffb9;
background-color: #b4ffb9;
/* Tailwind (arbitrary) */
class="text-[#b4ffb9] bg-[#b4ffb9]"
/* SCSS */
$brand: #b4ffb9;
/* SwiftUI */
Color(red: 0.706, green: 1.000, blue: 0.725)
/* Android */
Color.parseColor("#b4ffb9")Accessibility — WCAG contrast
Aa
#b4ffb9 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ffb9 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green100.0%
Blue72.5%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow27.5%
Key (black)0.0%
Color previews
#b4ffb9 text on a black background
contrast 17.95:1
Card sample
#b4ffb9 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ffb9;
Background color
Panel with #b4ffb9 background
background-color: #b4ffb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ffb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 255, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 255, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ffb9; background: linear-gradient(135deg, #b4ffb9, #B4FFEB);