#adcf6f
a balanced, vivid green · cool · closest name: khaki
RGB
173, 207, 111
HSL
81°, 50%, 62%
CMYK
16, 0, 46, 19
Luminance
0.5466
Every format
| HEX | #adcf6f |
| RGB | rgb(173, 207, 111) |
| HSL | hsl(81, 50%, 62%) |
| CMYK | cmyk(16%, 0%, 46%, 19%) |
| LAB | lab(78.8 -26.7 43.8) |
| LCH | lch(78.8 51.3 121.4) |
| OKLCH | oklch(0.808 0.129 125.2) |
Copy-ready code
/* CSS */
color: #adcf6f;
background-color: #adcf6f;
/* Tailwind (arbitrary) */
class="text-[#adcf6f] bg-[#adcf6f]"
/* SCSS */
$brand: #adcf6f;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.435)
/* Android */
Color.parseColor("#adcf6f")Accessibility — WCAG contrast
Aa
#adcf6f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf6f on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue43.5%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow46.4%
Key (black)18.8%
Color previews
#adcf6f text on a black background
contrast 11.93:1
Card sample
#adcf6f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf6f;
Background color
Panel with #adcf6f background
background-color: #adcf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf6f; background: linear-gradient(135deg, #adcf6f, #6FCF71);