#adcf7f
a light, vivid green · cool · closest name: khaki
RGB
173, 207, 127
HSL
86°, 46%, 66%
CMYK
16, 0, 39, 19
Luminance
0.5504
Every format
| HEX | #adcf7f |
| RGB | rgb(173, 207, 127) |
| HSL | hsl(86, 46%, 66%) |
| CMYK | cmyk(16%, 0%, 39%, 19%) |
| LAB | lab(79.1 -24.8 36.1) |
| LCH | lch(79.1 43.8 124.5) |
| OKLCH | oklch(0.811 0.112 127.5) |
Copy-ready code
/* CSS */
color: #adcf7f;
background-color: #adcf7f;
/* Tailwind (arbitrary) */
class="text-[#adcf7f] bg-[#adcf7f]"
/* SCSS */
$brand: #adcf7f;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#adcf7f")Accessibility — WCAG contrast
Aa
#adcf7f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf7f on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue49.8%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow38.6%
Key (black)18.8%
Color previews
#adcf7f text on a black background
contrast 12.01:1
Card sample
#adcf7f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf7f;
Background color
Panel with #adcf7f background
background-color: #adcf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf7f; background: linear-gradient(135deg, #adcf7f, #7FCF86);