#acf89d
a light, electric green · cool · closest name: aquamarine
RGB
172, 248, 157
HSL
110°, 87%, 79%
CMYK
31, 0, 37, 3
Luminance
0.7834
Every format
| HEX | #acf89d |
| RGB | rgb(172, 248, 157) |
| HSL | hsl(110, 87%, 79%) |
| CMYK | cmyk(31%, 0%, 37%, 3%) |
| LAB | lab(90.9 -40.1 36.5) |
| LCH | lch(90.9 54.2 137.7) |
| OKLCH | oklch(0.908 0.142 140.4) |
Copy-ready code
/* CSS */
color: #acf89d;
background-color: #acf89d;
/* Tailwind (arbitrary) */
class="text-[#acf89d] bg-[#acf89d]"
/* SCSS */
$brand: #acf89d;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.616)
/* Android */
Color.parseColor("#acf89d")Accessibility — WCAG contrast
Aa
#acf89d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf89d on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue61.6%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow36.7%
Key (black)2.7%
Color previews
#acf89d text on a black background
contrast 16.67:1
Card sample
#acf89d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf89d;
Background color
Panel with #acf89d background
background-color: #acf89d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf89d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf89d; background: linear-gradient(135deg, #acf89d, #9DF8CB);