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