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