#adc71f
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
173, 199, 31
HSL
69°, 73%, 45%
CMYK
13, 0, 84, 22
Luminance
0.4983
Every format
| HEX | #adc71f |
| RGB | rgb(173, 199, 31) |
| HSL | hsl(69, 73%, 45%) |
| CMYK | cmyk(13%, 0%, 84%, 22%) |
| LAB | lab(76.0 -28.4 71.7) |
| LCH | lch(76.0 77.1 111.6) |
| OKLCH | oklch(0.783 0.177 119.0) |
Copy-ready code
/* CSS */
color: #adc71f;
background-color: #adc71f;
/* Tailwind (arbitrary) */
class="text-[#adc71f] bg-[#adc71f]"
/* SCSS */
$brand: #adc71f;
/* SwiftUI */
Color(red: 0.678, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#adc71f")Accessibility — WCAG contrast
Aa
#adc71f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc71f on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.0%
Blue12.2%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#adc71f text on a black background
contrast 10.97:1
Card sample
#adc71f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc71f;
Background color
Panel with #adc71f background
background-color: #adc71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc71f; background: linear-gradient(135deg, #adc71f, #3DC71F);