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