#adc83f
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 200, 63
HSL
72°, 56%, 52%
CMYK
14, 0, 69, 22
Luminance
0.5055
Every format
| HEX | #adc83f |
| RGB | rgb(173, 200, 63) |
| HSL | hsl(72, 56%, 52%) |
| CMYK | cmyk(14%, 0%, 69%, 22%) |
| LAB | lab(76.4 -27.4 62.3) |
| LCH | lch(76.4 68.1 113.8) |
| OKLCH | oklch(0.787 0.162 119.9) |
Copy-ready code
/* CSS */
color: #adc83f;
background-color: #adc83f;
/* Tailwind (arbitrary) */
class="text-[#adc83f] bg-[#adc83f]"
/* SCSS */
$brand: #adc83f;
/* SwiftUI */
Color(red: 0.678, green: 0.784, blue: 0.247)
/* Android */
Color.parseColor("#adc83f")Accessibility — WCAG contrast
Aa
#adc83f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc83f on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.4%
Blue24.7%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow68.5%
Key (black)21.6%
Color previews
#adc83f text on a black background
contrast 11.11:1
Card sample
#adc83f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc83f;
Background color
Panel with #adc83f background
background-color: #adc83f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc83f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 200, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 200, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc83f; background: linear-gradient(135deg, #adc83f, #52C83F);