#acfc9b
a light, electric green · cool · closest name: aquamarine
RGB
172, 252, 155
HSL
110°, 94%, 80%
CMYK
32, 0, 39, 1
Luminance
0.8076
Every format
| HEX | #acfc9b |
| RGB | rgb(172, 252, 155) |
| HSL | hsl(110, 94%, 80%) |
| CMYK | cmyk(32%, 0%, 39%, 1%) |
| LAB | lab(92.0 -42.2 38.9) |
| LCH | lch(92.0 57.4 137.3) |
| OKLCH | oklch(0.917 0.150 140.1) |
Copy-ready code
/* CSS */
color: #acfc9b;
background-color: #acfc9b;
/* Tailwind (arbitrary) */
class="text-[#acfc9b] bg-[#acfc9b]"
/* SCSS */
$brand: #acfc9b;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.608)
/* Android */
Color.parseColor("#acfc9b")Accessibility — WCAG contrast
Aa
#acfc9b on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfc9b on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue60.8%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow38.5%
Key (black)1.2%
Color previews
#acfc9b text on a black background
contrast 17.15:1
Card sample
#acfc9b text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfc9b;
Background color
Panel with #acfc9b background
background-color: #acfc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfc9b; background: linear-gradient(135deg, #acfc9b, #9BFCCB);