#acef6a
a light, electric green · cool · closest name: khaki
RGB
172, 239, 106
HSL
90°, 81%, 68%
CMYK
28, 0, 56, 6
Luminance
0.7154
Every format
| HEX | #acef6a |
| RGB | rgb(172, 239, 106) |
| HSL | hsl(90, 81%, 68%) |
| CMYK | cmyk(28%, 0%, 56%, 6%) |
| LAB | lab(87.8 -42.3 56.8) |
| LCH | lch(87.8 70.8 126.7) |
| OKLCH | oklch(0.880 0.178 131.5) |
Copy-ready code
/* CSS */
color: #acef6a;
background-color: #acef6a;
/* Tailwind (arbitrary) */
class="text-[#acef6a] bg-[#acef6a]"
/* SCSS */
$brand: #acef6a;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.416)
/* Android */
Color.parseColor("#acef6a")Accessibility — WCAG contrast
Aa
#acef6a on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef6a on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue41.6%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow55.6%
Key (black)6.3%
Color previews
#acef6a text on a black background
contrast 15.31:1
Card sample
#acef6a text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef6a;
Background color
Panel with #acef6a background
background-color: #acef6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef6a; background: linear-gradient(135deg, #acef6a, #6AEF80);