#adce8f
a light, soft green · cool · closest name: khaki
RGB
173, 206, 143
HSL
91°, 39%, 68%
CMYK
16, 0, 31, 19
Luminance
0.5501
Every format
| HEX | #adce8f |
| RGB | rgb(173, 206, 143) |
| HSL | hsl(91, 39%, 68%) |
| CMYK | cmyk(16%, 0%, 31%, 19%) |
| LAB | lab(79.0 -22.1 27.8) |
| LCH | lch(79.0 35.6 128.5) |
| OKLCH | oklch(0.811 0.092 130.7) |
Copy-ready code
/* CSS */
color: #adce8f;
background-color: #adce8f;
/* Tailwind (arbitrary) */
class="text-[#adce8f] bg-[#adce8f]"
/* SCSS */
$brand: #adce8f;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#adce8f")Accessibility — WCAG contrast
Aa
#adce8f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adce8f on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue56.1%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow30.6%
Key (black)19.2%
Color previews
#adce8f text on a black background
contrast 12.00:1
Card sample
#adce8f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adce8f;
Background color
Panel with #adce8f background
background-color: #adce8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adce8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adce8f; background: linear-gradient(135deg, #adce8f, #8FCE9B);