#adc02a
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
173, 192, 42
HSL
68°, 64%, 46%
CMYK
10, 0, 78, 25
Luminance
0.4675
Every format
| HEX | #adc02a |
| RGB | rgb(173, 192, 42) |
| HSL | hsl(68, 64%, 46%) |
| CMYK | cmyk(10%, 0%, 78%, 25%) |
| LAB | lab(74.0 -24.6 67.2) |
| LCH | lch(74.0 71.5 110.1) |
| OKLCH | oklch(0.768 0.165 117.0) |
Copy-ready code
/* CSS */
color: #adc02a;
background-color: #adc02a;
/* Tailwind (arbitrary) */
class="text-[#adc02a] bg-[#adc02a]"
/* SCSS */
$brand: #adc02a;
/* SwiftUI */
Color(red: 0.678, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#adc02a")Accessibility — WCAG contrast
Aa
#adc02a on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc02a on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green75.3%
Blue16.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow78.1%
Key (black)24.7%
Color previews
#adc02a text on a black background
contrast 10.35:1
Card sample
#adc02a text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc02a;
Background color
Panel with #adc02a background
background-color: #adc02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc02a; background: linear-gradient(135deg, #adc02a, #49C02A);