#acbc9e
a light, soft green · cool · closest name: silver
RGB
172, 188, 158
HSL
92°, 18%, 68%
CMYK
9, 0, 16, 26
Luminance
0.4721
Every format
| HEX | #acbc9e |
| RGB | rgb(172, 188, 158) |
| HSL | hsl(92, 18%, 68%) |
| CMYK | cmyk(9%, 0%, 16%, 26%) |
| LAB | lab(74.3 -11.0 13.3) |
| LCH | lch(74.3 17.3 129.5) |
| OKLCH | oklch(0.775 0.045 130.4) |
Copy-ready code
/* CSS */
color: #acbc9e;
background-color: #acbc9e;
/* Tailwind (arbitrary) */
class="text-[#acbc9e] bg-[#acbc9e]"
/* SCSS */
$brand: #acbc9e;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#acbc9e")Accessibility — WCAG contrast
Aa
#acbc9e on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbc9e on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue62.0%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow16.0%
Key (black)26.3%
Color previews
#acbc9e text on a black background
contrast 10.44:1
Card sample
#acbc9e text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbc9e;
Background color
Panel with #acbc9e background
background-color: #acbc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbc9e; background: linear-gradient(135deg, #acbc9e, #9EBCA4);