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