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