#abdc21
a balanced, vivid green · cool · closest name: yellow
RGB
171, 220, 33
HSL
76°, 74%, 50%
CMYK
22, 0, 85, 14
Luminance
0.5995
Every format
| HEX | #abdc21 |
| RGB | rgb(171, 220, 33) |
| HSL | hsl(76, 74%, 50%) |
| CMYK | cmyk(22%, 0%, 85%, 14%) |
| LAB | lab(81.8 -38.8 76.2) |
| LCH | lch(81.8 85.5 117.0) |
| OKLCH | oklch(0.830 0.200 124.6) |
Copy-ready code
/* CSS */
color: #abdc21;
background-color: #abdc21;
/* Tailwind (arbitrary) */
class="text-[#abdc21] bg-[#abdc21]"
/* SCSS */
$brand: #abdc21;
/* SwiftUI */
Color(red: 0.671, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#abdc21")Accessibility — WCAG contrast
Aa
#abdc21 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdc21 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.3%
Blue12.9%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#abdc21 text on a black background
contrast 12.99:1
Card sample
#abdc21 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdc21;
Background color
Panel with #abdc21 background
background-color: #abdc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdc21; background: linear-gradient(135deg, #abdc21, #2EDC21);