#adcf29
a balanced, vivid green · cool · closest name: yellow
RGB
173, 207, 41
HSL
72°, 67%, 49%
CMYK
16, 0, 80, 19
Luminance
0.5367
Every format
| HEX | #adcf29 |
| RGB | rgb(173, 207, 41) |
| HSL | hsl(72, 67%, 49%) |
| CMYK | cmyk(16%, 0%, 80%, 19%) |
| LAB | lab(78.3 -31.8 71.3) |
| LCH | lch(78.3 78.0 114.1) |
| OKLCH | oklch(0.802 0.182 121.3) |
Copy-ready code
/* CSS */
color: #adcf29;
background-color: #adcf29;
/* Tailwind (arbitrary) */
class="text-[#adcf29] bg-[#adcf29]"
/* SCSS */
$brand: #adcf29;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.161)
/* Android */
Color.parseColor("#adcf29")Accessibility — WCAG contrast
Aa
#adcf29 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf29 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue16.1%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow80.2%
Key (black)18.8%
Color previews
#adcf29 text on a black background
contrast 11.73:1
Card sample
#adcf29 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf29;
Background color
Panel with #adcf29 background
background-color: #adcf29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf29; background: linear-gradient(135deg, #adcf29, #3ECF29);