#acdf9e
a light, vivid green · cool · closest name: aquamarine
RGB
172, 223, 158
HSL
107°, 50%, 75%
CMYK
23, 0, 29, 13
Luminance
0.6401
Every format
| HEX | #acdf9e |
| RGB | rgb(172, 223, 158) |
| HSL | hsl(107, 50%, 75%) |
| CMYK | cmyk(23%, 0%, 29%, 13%) |
| LAB | lab(84.0 -28.4 26.7) |
| LCH | lch(84.0 39.0 136.8) |
| OKLCH | oklch(0.852 0.103 139.0) |
Copy-ready code
/* CSS */
color: #acdf9e;
background-color: #acdf9e;
/* Tailwind (arbitrary) */
class="text-[#acdf9e] bg-[#acdf9e]"
/* SCSS */
$brand: #acdf9e;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.620)
/* Android */
Color.parseColor("#acdf9e")Accessibility — WCAG contrast
Aa
#acdf9e on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdf9e on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue62.0%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow29.1%
Key (black)12.5%
Color previews
#acdf9e text on a black background
contrast 13.80:1
Card sample
#acdf9e text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdf9e;
Background color
Panel with #acdf9e background
background-color: #acdf9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdf9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdf9e; background: linear-gradient(135deg, #acdf9e, #9EDFBB);