#adcf52
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 207, 82
HSL
76°, 57%, 57%
CMYK
16, 0, 60, 19
Luminance
0.5412
Every format
| HEX | #adcf52 |
| RGB | rgb(173, 207, 82) |
| HSL | hsl(76, 57%, 57%) |
| CMYK | cmyk(16%, 0%, 60%, 19%) |
| LAB | lab(78.5 -29.5 56.9) |
| LCH | lch(78.5 64.0 117.4) |
| OKLCH | oklch(0.805 0.156 122.8) |
Copy-ready code
/* CSS */
color: #adcf52;
background-color: #adcf52;
/* Tailwind (arbitrary) */
class="text-[#adcf52] bg-[#adcf52]"
/* SCSS */
$brand: #adcf52;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.322)
/* Android */
Color.parseColor("#adcf52")Accessibility — WCAG contrast
Aa
#adcf52 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf52 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue32.2%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow60.4%
Key (black)18.8%
Color previews
#adcf52 text on a black background
contrast 11.82:1
Card sample
#adcf52 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf52;
Background color
Panel with #adcf52 background
background-color: #adcf52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf52; background: linear-gradient(135deg, #adcf52, #5ACF52);