#adcf5d
a balanced, vivid green · cool · closest name: khaki
RGB
173, 207, 93
HSL
78°, 54%, 59%
CMYK
16, 0, 55, 19
Luminance
0.5430
Every format
| HEX | #adcf5d |
| RGB | rgb(173, 207, 93) |
| HSL | hsl(78, 54%, 59%) |
| CMYK | cmyk(16%, 0%, 55%, 19%) |
| LAB | lab(78.6 -28.5 52.1) |
| LCH | lch(78.6 59.4 118.7) |
| OKLCH | oklch(0.806 0.146 123.5) |
Copy-ready code
/* CSS */
color: #adcf5d;
background-color: #adcf5d;
/* Tailwind (arbitrary) */
class="text-[#adcf5d] bg-[#adcf5d]"
/* SCSS */
$brand: #adcf5d;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.365)
/* Android */
Color.parseColor("#adcf5d")Accessibility — WCAG contrast
Aa
#adcf5d on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf5d on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue36.5%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow55.1%
Key (black)18.8%
Color previews
#adcf5d text on a black background
contrast 11.86:1
Card sample
#adcf5d text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf5d;
Background color
Panel with #adcf5d background
background-color: #adcf5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf5d; background: linear-gradient(135deg, #adcf5d, #61CF5D);