#abf39b
a light, electric green · cool · closest name: aquamarine
RGB
171, 243, 155
HSL
109°, 79%, 78%
CMYK
30, 0, 36, 5
Luminance
0.7513
Every format
| HEX | #abf39b |
| RGB | rgb(171, 243, 155) |
| HSL | hsl(109, 79%, 78%) |
| CMYK | cmyk(30%, 0%, 36%, 5%) |
| LAB | lab(89.5 -38.5 35.5) |
| LCH | lch(89.5 52.4 137.3) |
| OKLCH | oklch(0.896 0.137 140.0) |
Copy-ready code
/* CSS */
color: #abf39b;
background-color: #abf39b;
/* Tailwind (arbitrary) */
class="text-[#abf39b] bg-[#abf39b]"
/* SCSS */
$brand: #abf39b;
/* SwiftUI */
Color(red: 0.671, green: 0.953, blue: 0.608)
/* Android */
Color.parseColor("#abf39b")Accessibility — WCAG contrast
Aa
#abf39b on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf39b on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.3%
Blue60.8%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow36.2%
Key (black)4.7%
Color previews
#abf39b text on a black background
contrast 16.03:1
Card sample
#abf39b text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf39b;
Background color
Panel with #abf39b background
background-color: #abf39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 243, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 243, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf39b; background: linear-gradient(135deg, #abf39b, #9BF3C6);