#adc03a
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
173, 192, 58
HSL
69°, 54%, 49%
CMYK
10, 0, 70, 25
Luminance
0.4689
Every format
| HEX | #adc03a |
| RGB | rgb(173, 192, 58) |
| HSL | hsl(69, 54%, 49%) |
| CMYK | cmyk(10%, 0%, 70%, 25%) |
| LAB | lab(74.1 -23.9 61.9) |
| LCH | lch(74.1 66.4 111.1) |
| OKLCH | oklch(0.769 0.156 117.2) |
Copy-ready code
/* CSS */
color: #adc03a;
background-color: #adc03a;
/* Tailwind (arbitrary) */
class="text-[#adc03a] bg-[#adc03a]"
/* SCSS */
$brand: #adc03a;
/* SwiftUI */
Color(red: 0.678, green: 0.753, blue: 0.227)
/* Android */
Color.parseColor("#adc03a")Accessibility — WCAG contrast
Aa
#adc03a on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc03a on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green75.3%
Blue22.7%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow69.8%
Key (black)24.7%
Color previews
#adc03a text on a black background
contrast 10.38:1
Card sample
#adc03a text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc03a;
Background color
Panel with #adc03a background
background-color: #adc03a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc03a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 192, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 192, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc03a; background: linear-gradient(135deg, #adc03a, #54C03A);