#acbc87
a balanced, soft green · cool · closest name: tan
RGB
172, 188, 135
HSL
78°, 28%, 63%
CMYK
9, 0, 28, 26
Luminance
0.4649
Every format
| HEX | #acbc87 |
| RGB | rgb(172, 188, 135) |
| HSL | hsl(78, 28%, 63%) |
| CMYK | cmyk(9%, 0%, 28%, 26%) |
| LAB | lab(73.9 -14.6 25.1) |
| LCH | lch(73.9 29.0 120.2) |
| OKLCH | oklch(0.769 0.074 121.8) |
Copy-ready code
/* CSS */
color: #acbc87;
background-color: #acbc87;
/* Tailwind (arbitrary) */
class="text-[#acbc87] bg-[#acbc87]"
/* SCSS */
$brand: #acbc87;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.529)
/* Android */
Color.parseColor("#acbc87")Accessibility — WCAG contrast
Aa
#acbc87 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbc87 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue52.9%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow28.2%
Key (black)26.3%
Color previews
#acbc87 text on a black background
contrast 10.30:1
Card sample
#acbc87 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbc87;
Background color
Panel with #acbc87 background
background-color: #acbc87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbc87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbc87; background: linear-gradient(135deg, #acbc87, #89BC87);