#acbda2
a light, soft green · cool · closest name: silver
RGB
172, 189, 162
HSL
98°, 17%, 69%
CMYK
9, 0, 14, 26
Luminance
0.4777
Every format
| HEX | #acbda2 |
| RGB | rgb(172, 189, 162) |
| HSL | hsl(98, 17%, 69%) |
| CMYK | cmyk(9%, 0%, 14%, 26%) |
| LAB | lab(74.7 -10.8 11.7) |
| LCH | lch(74.7 15.9 132.9) |
| OKLCH | oklch(0.778 0.042 133.8) |
Copy-ready code
/* CSS */
color: #acbda2;
background-color: #acbda2;
/* Tailwind (arbitrary) */
class="text-[#acbda2] bg-[#acbda2]"
/* SCSS */
$brand: #acbda2;
/* SwiftUI */
Color(red: 0.675, green: 0.741, blue: 0.635)
/* Android */
Color.parseColor("#acbda2")Accessibility — WCAG contrast
Aa
#acbda2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbda2 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green74.1%
Blue63.5%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow14.3%
Key (black)25.9%
Color previews
#acbda2 text on a black background
contrast 10.55:1
Card sample
#acbda2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbda2;
Background color
Panel with #acbda2 background
background-color: #acbda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 189, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 189, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbda2; background: linear-gradient(135deg, #acbda2, #A2BDAA);