#acd4ac
a light, soft green · cool · closest name: beige
RGB
172, 212, 172
HSL
120°, 32%, 75%
CMYK
19, 0, 19, 17
Luminance
0.5884
Every format
| HEX | #acd4ac |
| RGB | rgb(172, 212, 172) |
| HSL | hsl(120, 32%, 75%) |
| CMYK | cmyk(19%, 0%, 19%, 17%) |
| LAB | lab(81.2 -20.8 15.5) |
| LCH | lch(81.2 25.9 143.2) |
| OKLCH | oklch(0.830 0.070 144.9) |
Copy-ready code
/* CSS */
color: #acd4ac;
background-color: #acd4ac;
/* Tailwind (arbitrary) */
class="text-[#acd4ac] bg-[#acd4ac]"
/* SCSS */
$brand: #acd4ac;
/* SwiftUI */
Color(red: 0.675, green: 0.831, blue: 0.675)
/* Android */
Color.parseColor("#acd4ac")Accessibility — WCAG contrast
Aa
#acd4ac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd4ac on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.1%
Blue67.5%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow18.9%
Key (black)16.9%
Color previews
#acd4ac text on a black background
contrast 12.77:1
Card sample
#acd4ac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd4ac;
Background color
Panel with #acd4ac background
background-color: #acd4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 212, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 212, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd4ac; background: linear-gradient(135deg, #acd4ac, #ACD4C7);