#abf596
a light, electric green · cool · closest name: aquamarine
RGB
171, 245, 150
HSL
107°, 83%, 78%
CMYK
30, 0, 39, 4
Luminance
0.7616
Every format
| HEX | #abf596 |
| RGB | rgb(171, 245, 150) |
| HSL | hsl(107, 83%, 78%) |
| CMYK | cmyk(30%, 0%, 39%, 4%) |
| LAB | lab(89.9 -40.1 38.6) |
| LCH | lch(89.9 55.7 136.1) |
| OKLCH | oklch(0.899 0.145 138.9) |
Copy-ready code
/* CSS */
color: #abf596;
background-color: #abf596;
/* Tailwind (arbitrary) */
class="text-[#abf596] bg-[#abf596]"
/* SCSS */
$brand: #abf596;
/* SwiftUI */
Color(red: 0.671, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#abf596")Accessibility — WCAG contrast
Aa
#abf596 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf596 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.1%
Blue58.8%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#abf596 text on a black background
contrast 16.23:1
Card sample
#abf596 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf596;
Background color
Panel with #abf596 background
background-color: #abf596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf596; background: linear-gradient(135deg, #abf596, #96F5C0);