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