#acd6ac
a light, soft green · cool · closest name: beige
RGB
172, 214, 172
HSL
120°, 34%, 76%
CMYK
20, 0, 20, 16
Luminance
0.5984
Every format
| HEX | #acd6ac |
| RGB | rgb(172, 214, 172) |
| HSL | hsl(120, 34%, 76%) |
| CMYK | cmyk(20%, 0%, 20%, 16%) |
| LAB | lab(81.8 -21.8 16.3) |
| LCH | lch(81.8 27.2 143.2) |
| OKLCH | oklch(0.835 0.073 144.9) |
Copy-ready code
/* CSS */
color: #acd6ac;
background-color: #acd6ac;
/* Tailwind (arbitrary) */
class="text-[#acd6ac] bg-[#acd6ac]"
/* SCSS */
$brand: #acd6ac;
/* SwiftUI */
Color(red: 0.675, green: 0.839, blue: 0.675)
/* Android */
Color.parseColor("#acd6ac")Accessibility — WCAG contrast
Aa
#acd6ac on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd6ac on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.9%
Blue67.5%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow19.6%
Key (black)16.1%
Color previews
#acd6ac text on a black background
contrast 12.97:1
Card sample
#acd6ac text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd6ac;
Background color
Panel with #acd6ac background
background-color: #acd6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 214, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 214, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd6ac; background: linear-gradient(135deg, #acd6ac, #ACD6C8);