#acf09d
a light, vivid green · cool · closest name: aquamarine
RGB
172, 240, 157
HSL
109°, 74%, 78%
CMYK
28, 0, 35, 6
Luminance
0.7353
Every format
| HEX | #acf09d |
| RGB | rgb(172, 240, 157) |
| HSL | hsl(109, 74%, 78%) |
| CMYK | cmyk(28%, 0%, 35%, 6%) |
| LAB | lab(88.7 -36.5 33.5) |
| LCH | lch(88.7 49.6 137.4) |
| OKLCH | oklch(0.890 0.130 140.0) |
Copy-ready code
/* CSS */
color: #acf09d;
background-color: #acf09d;
/* Tailwind (arbitrary) */
class="text-[#acf09d] bg-[#acf09d]"
/* SCSS */
$brand: #acf09d;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.616)
/* Android */
Color.parseColor("#acf09d")Accessibility — WCAG contrast
Aa
#acf09d on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf09d on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue61.6%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow34.6%
Key (black)5.9%
Color previews
#acf09d text on a black background
contrast 15.71:1
Card sample
#acf09d text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf09d;
Background color
Panel with #acf09d background
background-color: #acf09d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf09d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf09d; background: linear-gradient(135deg, #acf09d, #9DF0C5);