#adcf49
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 207, 73
HSL
75°, 58%, 55%
CMYK
16, 0, 65, 19
Luminance
0.5399
Every format
| HEX | #adcf49 |
| RGB | rgb(173, 207, 73) |
| HSL | hsl(75, 58%, 55%) |
| CMYK | cmyk(16%, 0%, 65%, 19%) |
| LAB | lab(78.5 -30.1 60.5) |
| LCH | lch(78.5 67.6 116.5) |
| OKLCH | oklch(0.804 0.163 122.3) |
Copy-ready code
/* CSS */
color: #adcf49;
background-color: #adcf49;
/* Tailwind (arbitrary) */
class="text-[#adcf49] bg-[#adcf49]"
/* SCSS */
$brand: #adcf49;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#adcf49")Accessibility — WCAG contrast
Aa
#adcf49 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf49 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue28.6%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#adcf49 text on a black background
contrast 11.80:1
Card sample
#adcf49 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf49;
Background color
Panel with #adcf49 background
background-color: #adcf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf49; background: linear-gradient(135deg, #adcf49, #54CF49);