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