#adcf8f
a light, soft green · cool · closest name: khaki
RGB
173, 207, 143
HSL
92°, 40%, 69%
CMYK
16, 0, 31, 19
Luminance
0.5549
Every format
| HEX | #adcf8f |
| RGB | rgb(173, 207, 143) |
| HSL | hsl(92, 40%, 69%) |
| CMYK | cmyk(16%, 0%, 31%, 19%) |
| LAB | lab(79.3 -22.6 28.2) |
| LCH | lch(79.3 36.1 128.7) |
| OKLCH | oklch(0.814 0.094 131.0) |
Copy-ready code
/* CSS */
color: #adcf8f;
background-color: #adcf8f;
/* Tailwind (arbitrary) */
class="text-[#adcf8f] bg-[#adcf8f]"
/* SCSS */
$brand: #adcf8f;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#adcf8f")Accessibility — WCAG contrast
Aa
#adcf8f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf8f on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue56.1%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow30.9%
Key (black)18.8%
Color previews
#adcf8f text on a black background
contrast 12.10:1
Card sample
#adcf8f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf8f;
Background color
Panel with #adcf8f background
background-color: #adcf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf8f; background: linear-gradient(135deg, #adcf8f, #8FCF9C);