#acdab2
a light, soft green · cool · closest name: beige
RGB
172, 218, 178
HSL
128°, 38%, 77%
CMYK
21, 0, 18, 15
Luminance
0.6213
Every format
| HEX | #acdab2 |
| RGB | rgb(172, 218, 178) |
| HSL | hsl(128, 38%, 77%) |
| CMYK | cmyk(21%, 0%, 18%, 15%) |
| LAB | lab(83.0 -22.7 14.9) |
| LCH | lch(83.0 27.1 146.8) |
| OKLCH | oklch(0.845 0.073 148.5) |
Copy-ready code
/* CSS */
color: #acdab2;
background-color: #acdab2;
/* Tailwind (arbitrary) */
class="text-[#acdab2] bg-[#acdab2]"
/* SCSS */
$brand: #acdab2;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.698)
/* Android */
Color.parseColor("#acdab2")Accessibility — WCAG contrast
Aa
#acdab2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdab2 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue69.8%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow18.3%
Key (black)14.5%
Color previews
#acdab2 text on a black background
contrast 13.43:1
Card sample
#acdab2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdab2;
Background color
Panel with #acdab2 background
background-color: #acdab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdab2; background: linear-gradient(135deg, #acdab2, #ACDAD1);