#abdf52
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 223, 82
HSL
82°, 69%, 60%
CMYK
23, 0, 63, 13
Luminance
0.6204
Every format
| HEX | #abdf52 |
| RGB | rgb(171, 223, 82) |
| HSL | hsl(82, 69%, 60%) |
| CMYK | cmyk(23%, 0%, 63%, 13%) |
| LAB | lab(82.9 -37.6 61.6) |
| LCH | lch(82.9 72.2 121.4) |
| OKLCH | oklch(0.840 0.177 127.1) |
Copy-ready code
/* CSS */
color: #abdf52;
background-color: #abdf52;
/* Tailwind (arbitrary) */
class="text-[#abdf52] bg-[#abdf52]"
/* SCSS */
$brand: #abdf52;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.322)
/* Android */
Color.parseColor("#abdf52")Accessibility — WCAG contrast
Aa
#abdf52 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf52 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue32.2%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow63.2%
Key (black)12.5%
Color previews
#abdf52 text on a black background
contrast 13.41:1
Card sample
#abdf52 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf52;
Background color
Panel with #abdf52 background
background-color: #abdf52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf52; background: linear-gradient(135deg, #abdf52, #52DF57);