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