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