#abdf77
a light, vivid green · cool · closest name: khaki
RGB
171, 223, 119
HSL
90°, 62%, 67%
CMYK
23, 0, 47, 13
Luminance
0.6277
Every format
| HEX | #abdf77 |
| RGB | rgb(171, 223, 119) |
| HSL | hsl(90, 62%, 67%) |
| CMYK | cmyk(23%, 0%, 47%, 13%) |
| LAB | lab(83.3 -34.1 45.4) |
| LCH | lch(83.3 56.8 126.9) |
| OKLCH | oklch(0.844 0.144 130.7) |
Copy-ready code
/* CSS */
color: #abdf77;
background-color: #abdf77;
/* Tailwind (arbitrary) */
class="text-[#abdf77] bg-[#abdf77]"
/* SCSS */
$brand: #abdf77;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.467)
/* Android */
Color.parseColor("#abdf77")Accessibility — WCAG contrast
Aa
#abdf77 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf77 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue46.7%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow46.6%
Key (black)12.5%
Color previews
#abdf77 text on a black background
contrast 13.55:1
Card sample
#abdf77 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf77;
Background color
Panel with #abdf77 background
background-color: #abdf77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf77; background: linear-gradient(135deg, #abdf77, #77DF88);