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