#adcf32
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 207, 50
HSL
73°, 62%, 50%
CMYK
16, 0, 76, 19
Luminance
0.5374
Every format
| HEX | #adcf32 |
| RGB | rgb(173, 207, 50) |
| HSL | hsl(73, 62%, 50%) |
| CMYK | cmyk(16%, 0%, 76%, 19%) |
| LAB | lab(78.3 -31.4 68.7) |
| LCH | lch(78.3 75.5 114.6) |
| OKLCH | oklch(0.802 0.177 121.5) |
Copy-ready code
/* CSS */
color: #adcf32;
background-color: #adcf32;
/* Tailwind (arbitrary) */
class="text-[#adcf32] bg-[#adcf32]"
/* SCSS */
$brand: #adcf32;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.196)
/* Android */
Color.parseColor("#adcf32")Accessibility — WCAG contrast
Aa
#adcf32 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf32 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue19.6%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow75.8%
Key (black)18.8%
Color previews
#adcf32 text on a black background
contrast 11.75:1
Card sample
#adcf32 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf32;
Background color
Panel with #adcf32 background
background-color: #adcf32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf32; background: linear-gradient(135deg, #adcf32, #44CF32);