#acfd94
a light, electric green · cool · closest name: aquamarine
RGB
172, 253, 148
HSL
106°, 96%, 79%
CMYK
32, 0, 42, 1
Luminance
0.8116
Every format
| HEX | #acfd94 |
| RGB | rgb(172, 253, 148) |
| HSL | hsl(106, 96%, 79%) |
| CMYK | cmyk(32%, 0%, 42%, 1%) |
| LAB | lab(92.2 -43.5 42.5) |
| LCH | lch(92.2 60.9 135.7) |
| OKLCH | oklch(0.918 0.158 138.8) |
Copy-ready code
/* CSS */
color: #acfd94;
background-color: #acfd94;
/* Tailwind (arbitrary) */
class="text-[#acfd94] bg-[#acfd94]"
/* SCSS */
$brand: #acfd94;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.580)
/* Android */
Color.parseColor("#acfd94")Accessibility — WCAG contrast
Aa
#acfd94 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfd94 on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue58.0%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow41.5%
Key (black)0.8%
Color previews
#acfd94 text on a black background
contrast 17.23:1
Card sample
#acfd94 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfd94;
Background color
Panel with #acfd94 background
background-color: #acfd94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfd94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfd94; background: linear-gradient(135deg, #acfd94, #94FDC2);