#b4ffaf
a light, electric green · cool · closest name: aquamarine
RGB
180, 255, 175
HSL
116°, 100%, 84%
CMYK
29, 0, 31, 0
Luminance
0.8432
Every format
| HEX | #b4ffaf |
| RGB | rgb(180, 255, 175) |
| HSL | hsl(116, 100%, 84%) |
| CMYK | cmyk(29%, 0%, 31%, 0%) |
| LAB | lab(93.6 -38.0 31.1) |
| LCH | lch(93.6 49.1 140.7) |
| OKLCH | oklch(0.931 0.130 143.0) |
Copy-ready code
/* CSS */
color: #b4ffaf;
background-color: #b4ffaf;
/* Tailwind (arbitrary) */
class="text-[#b4ffaf] bg-[#b4ffaf]"
/* SCSS */
$brand: #b4ffaf;
/* SwiftUI */
Color(red: 0.706, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#b4ffaf")Accessibility — WCAG contrast
Aa
#b4ffaf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ffaf on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green100.0%
Blue68.6%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#b4ffaf text on a black background
contrast 17.86:1
Card sample
#b4ffaf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ffaf;
Background color
Panel with #b4ffaf background
background-color: #b4ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ffaf; background: linear-gradient(135deg, #b4ffaf, #AFFFDF);