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