#acbc90
a light, soft green · cool · closest name: tan
RGB
172, 188, 144
HSL
82°, 25%, 65%
CMYK
9, 0, 23, 26
Luminance
0.4675
Every format
| HEX | #acbc90 |
| RGB | rgb(172, 188, 144) |
| HSL | hsl(82, 25%, 65%) |
| CMYK | cmyk(9%, 0%, 23%, 26%) |
| LAB | lab(74.0 -13.3 20.5) |
| LCH | lch(74.0 24.4 122.9) |
| OKLCH | oklch(0.771 0.063 124.1) |
Copy-ready code
/* CSS */
color: #acbc90;
background-color: #acbc90;
/* Tailwind (arbitrary) */
class="text-[#acbc90] bg-[#acbc90]"
/* SCSS */
$brand: #acbc90;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.565)
/* Android */
Color.parseColor("#acbc90")Accessibility — WCAG contrast
Aa
#acbc90 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbc90 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue56.5%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow23.4%
Key (black)26.3%
Color previews
#acbc90 text on a black background
contrast 10.35:1
Card sample
#acbc90 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbc90;
Background color
Panel with #acbc90 background
background-color: #acbc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbc90; background: linear-gradient(135deg, #acbc90, #90BC91);