#acbc9a
a light, soft green · cool · closest name: tan
RGB
172, 188, 154
HSL
88°, 20%, 67%
CMYK
9, 0, 18, 26
Luminance
0.4707
Every format
| HEX | #acbc9a |
| RGB | rgb(172, 188, 154) |
| HSL | hsl(88, 20%, 67%) |
| CMYK | cmyk(9%, 0%, 18%, 26%) |
| LAB | lab(74.2 -11.7 15.4) |
| LCH | lch(74.2 19.3 127.2) |
| OKLCH | oklch(0.774 0.050 128.1) |
Copy-ready code
/* CSS */
color: #acbc9a;
background-color: #acbc9a;
/* Tailwind (arbitrary) */
class="text-[#acbc9a] bg-[#acbc9a]"
/* SCSS */
$brand: #acbc9a;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.604)
/* Android */
Color.parseColor("#acbc9a")Accessibility — WCAG contrast
Aa
#acbc9a on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbc9a on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue60.4%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow18.1%
Key (black)26.3%
Color previews
#acbc9a text on a black background
contrast 10.41:1
Card sample
#acbc9a text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbc9a;
Background color
Panel with #acbc9a background
background-color: #acbc9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbc9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbc9a; background: linear-gradient(135deg, #acbc9a, #9ABC9F);