#acd8ac
a light, soft green · cool · closest name: beige
RGB
172, 216, 172
HSL
120°, 36%, 76%
CMYK
20, 0, 20, 15
Luminance
0.6086
Every format
| HEX | #acd8ac |
| RGB | rgb(172, 216, 172) |
| HSL | hsl(120, 36%, 76%) |
| CMYK | cmyk(20%, 0%, 20%, 15%) |
| LAB | lab(82.3 -22.8 17.1) |
| LCH | lch(82.3 28.5 143.1) |
| OKLCH | oklch(0.839 0.076 144.9) |
Copy-ready code
/* CSS */
color: #acd8ac;
background-color: #acd8ac;
/* Tailwind (arbitrary) */
class="text-[#acd8ac] bg-[#acd8ac]"
/* SCSS */
$brand: #acd8ac;
/* SwiftUI */
Color(red: 0.675, green: 0.847, blue: 0.675)
/* Android */
Color.parseColor("#acd8ac")Accessibility — WCAG contrast
Aa
#acd8ac on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd8ac on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green84.7%
Blue67.5%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow20.4%
Key (black)15.3%
Color previews
#acd8ac text on a black background
contrast 13.17:1
Card sample
#acd8ac text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd8ac;
Background color
Panel with #acd8ac background
background-color: #acd8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 216, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 216, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd8ac; background: linear-gradient(135deg, #acd8ac, #ACD8C9);