#adc01d
a dark, vivid yellow · cool · closest name: olivedrab
RGB
173, 192, 29
HSL
67°, 74%, 43%
CMYK
10, 0, 85, 25
Luminance
0.4667
Every format
| HEX | #adc01d |
| RGB | rgb(173, 192, 29) |
| HSL | hsl(67, 74%, 43%) |
| CMYK | cmyk(10%, 0%, 85%, 25%) |
| LAB | lab(74.0 -25.1 70.5) |
| LCH | lch(74.0 74.8 109.6) |
| OKLCH | oklch(0.767 0.170 116.8) |
Copy-ready code
/* CSS */
color: #adc01d;
background-color: #adc01d;
/* Tailwind (arbitrary) */
class="text-[#adc01d] bg-[#adc01d]"
/* SCSS */
$brand: #adc01d;
/* SwiftUI */
Color(red: 0.678, green: 0.753, blue: 0.114)
/* Android */
Color.parseColor("#adc01d")Accessibility — WCAG contrast
Aa
#adc01d on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc01d on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green75.3%
Blue11.4%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow84.9%
Key (black)24.7%
Color previews
#adc01d text on a black background
contrast 10.33:1
Card sample
#adc01d text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc01d;
Background color
Panel with #adc01d background
background-color: #adc01d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc01d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 192, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 192, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc01d; background: linear-gradient(135deg, #adc01d, #40C01D);