#acda9b
a light, vivid green · cool · closest name: khaki
RGB
172, 218, 155
HSL
104°, 46%, 73%
CMYK
21, 0, 29, 15
Luminance
0.6128
Every format
| HEX | #acda9b |
| RGB | rgb(172, 218, 155) |
| HSL | hsl(104, 46%, 73%) |
| CMYK | cmyk(21%, 0%, 29%, 15%) |
| LAB | lab(82.5 -26.5 26.3) |
| LCH | lch(82.5 37.3 135.3) |
| OKLCH | oklch(0.840 0.098 137.4) |
Copy-ready code
/* CSS */
color: #acda9b;
background-color: #acda9b;
/* Tailwind (arbitrary) */
class="text-[#acda9b] bg-[#acda9b]"
/* SCSS */
$brand: #acda9b;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.608)
/* Android */
Color.parseColor("#acda9b")Accessibility — WCAG contrast
Aa
#acda9b on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acda9b on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue60.8%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow28.9%
Key (black)14.5%
Color previews
#acda9b text on a black background
contrast 13.26:1
Card sample
#acda9b text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acda9b;
Background color
Panel with #acda9b background
background-color: #acda9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acda9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acda9b; background: linear-gradient(135deg, #acda9b, #9BDAB4);