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