#acd2ac
a light, soft green · cool · closest name: beige
RGB
172, 210, 172
HSL
120°, 30%, 75%
CMYK
18, 0, 18, 18
Luminance
0.5784
Every format
| HEX | #acd2ac |
| RGB | rgb(172, 210, 172) |
| HSL | hsl(120, 30%, 75%) |
| CMYK | cmyk(18%, 0%, 18%, 18%) |
| LAB | lab(80.7 -19.8 14.8) |
| LCH | lch(80.7 24.7 143.3) |
| OKLCH | oklch(0.826 0.066 144.9) |
Copy-ready code
/* CSS */
color: #acd2ac;
background-color: #acd2ac;
/* Tailwind (arbitrary) */
class="text-[#acd2ac] bg-[#acd2ac]"
/* SCSS */
$brand: #acd2ac;
/* SwiftUI */
Color(red: 0.675, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#acd2ac")Accessibility — WCAG contrast
Aa
#acd2ac on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd2ac on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.4%
Blue67.5%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#acd2ac text on a black background
contrast 12.57:1
Card sample
#acd2ac text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd2ac;
Background color
Panel with #acd2ac background
background-color: #acd2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd2ac; background: linear-gradient(135deg, #acd2ac, #ACD2C5);