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