#abdf59
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 223, 89
HSL
83°, 68%, 61%
CMYK
23, 0, 60, 13
Luminance
0.6215
Every format
| HEX | #abdf59 |
| RGB | rgb(171, 223, 89) |
| HSL | hsl(83, 68%, 61%) |
| CMYK | cmyk(23%, 0%, 60%, 13%) |
| LAB | lab(83.0 -37.0 58.8) |
| LCH | lch(83.0 69.5 122.2) |
| OKLCH | oklch(0.841 0.172 127.6) |
Copy-ready code
/* CSS */
color: #abdf59;
background-color: #abdf59;
/* Tailwind (arbitrary) */
class="text-[#abdf59] bg-[#abdf59]"
/* SCSS */
$brand: #abdf59;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.349)
/* Android */
Color.parseColor("#abdf59")Accessibility — WCAG contrast
Aa
#abdf59 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf59 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue34.9%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow60.1%
Key (black)12.5%
Color previews
#abdf59 text on a black background
contrast 13.43:1
Card sample
#abdf59 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf59;
Background color
Panel with #abdf59 background
background-color: #abdf59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf59; background: linear-gradient(135deg, #abdf59, #59DF60);