#abdb7b
a light, vivid green · cool · closest name: khaki
RGB
171, 219, 123
HSL
90°, 57%, 67%
CMYK
22, 0, 44, 14
Luminance
0.6075
Every format
| HEX | #abdb7b |
| RGB | rgb(171, 219, 123) |
| HSL | hsl(90, 57%, 67%) |
| CMYK | cmyk(22%, 0%, 44%, 14%) |
| LAB | lab(82.2 -31.8 42.1) |
| LCH | lch(82.2 52.8 127.0) |
| OKLCH | oklch(0.836 0.135 130.6) |
Copy-ready code
/* CSS */
color: #abdb7b;
background-color: #abdb7b;
/* Tailwind (arbitrary) */
class="text-[#abdb7b] bg-[#abdb7b]"
/* SCSS */
$brand: #abdb7b;
/* SwiftUI */
Color(red: 0.671, green: 0.859, blue: 0.482)
/* Android */
Color.parseColor("#abdb7b")Accessibility — WCAG contrast
Aa
#abdb7b on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdb7b on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.9%
Blue48.2%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow43.8%
Key (black)14.1%
Color previews
#abdb7b text on a black background
contrast 13.15:1
Card sample
#abdb7b text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdb7b;
Background color
Panel with #abdb7b background
background-color: #abdb7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdb7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 219, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 219, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdb7b; background: linear-gradient(135deg, #abdb7b, #7BDB8B);