#acf89f
a light, electric green · cool · closest name: aquamarine
RGB
172, 248, 159
HSL
111°, 86%, 80%
CMYK
31, 0, 36, 3
Luminance
0.7841
Every format
| HEX | #acf89f |
| RGB | rgb(172, 248, 159) |
| HSL | hsl(111, 86%, 80%) |
| CMYK | cmyk(31%, 0%, 36%, 3%) |
| LAB | lab(91.0 -39.8 35.5) |
| LCH | lch(91.0 53.4 138.3) |
| OKLCH | oklch(0.908 0.140 140.9) |
Copy-ready code
/* CSS */
color: #acf89f;
background-color: #acf89f;
/* Tailwind (arbitrary) */
class="text-[#acf89f] bg-[#acf89f]"
/* SCSS */
$brand: #acf89f;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#acf89f")Accessibility — WCAG contrast
Aa
#acf89f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf89f on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue62.4%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#acf89f text on a black background
contrast 16.68:1
Card sample
#acf89f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf89f;
Background color
Panel with #acf89f background
background-color: #acf89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf89f; background: linear-gradient(135deg, #acf89f, #9FF8CD);