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