#abdf7a
a light, vivid green · cool · closest name: khaki
RGB
171, 223, 122
HSL
91°, 61%, 68%
CMYK
23, 0, 45, 13
Luminance
0.6284
Every format
| HEX | #abdf7a |
| RGB | rgb(171, 223, 122) |
| HSL | hsl(91, 61%, 68%) |
| CMYK | cmyk(23%, 0%, 45%, 13%) |
| LAB | lab(83.4 -33.7 44.0) |
| LCH | lch(83.4 55.4 127.5) |
| OKLCH | oklch(0.845 0.141 131.2) |
Copy-ready code
/* CSS */
color: #abdf7a;
background-color: #abdf7a;
/* Tailwind (arbitrary) */
class="text-[#abdf7a] bg-[#abdf7a]"
/* SCSS */
$brand: #abdf7a;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.478)
/* Android */
Color.parseColor("#abdf7a")Accessibility — WCAG contrast
Aa
#abdf7a on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf7a on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue47.8%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow45.3%
Key (black)12.5%
Color previews
#abdf7a text on a black background
contrast 13.57:1
Card sample
#abdf7a text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf7a;
Background color
Panel with #abdf7a background
background-color: #abdf7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf7a; background: linear-gradient(135deg, #abdf7a, #7ADF8C);