#abda21
a balanced, vivid green · cool · closest name: yellow
RGB
171, 218, 33
HSL
75°, 74%, 49%
CMYK
22, 0, 85, 15
Luminance
0.5891
Every format
| HEX | #abda21 |
| RGB | rgb(171, 218, 33) |
| HSL | hsl(75, 74%, 49%) |
| CMYK | cmyk(22%, 0%, 85%, 15%) |
| LAB | lab(81.2 -37.9 75.7) |
| LCH | lch(81.2 84.6 116.6) |
| OKLCH | oklch(0.826 0.198 124.2) |
Copy-ready code
/* CSS */
color: #abda21;
background-color: #abda21;
/* Tailwind (arbitrary) */
class="text-[#abda21] bg-[#abda21]"
/* SCSS */
$brand: #abda21;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#abda21")Accessibility — WCAG contrast
Aa
#abda21 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abda21 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue12.9%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow84.9%
Key (black)14.5%
Color previews
#abda21 text on a black background
contrast 12.78:1
Card sample
#abda21 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abda21;
Background color
Panel with #abda21 background
background-color: #abda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abda21; background: linear-gradient(135deg, #abda21, #30DA21);