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