#acef1b
a balanced, electric green · cool · closest name: yellow
RGB
172, 239, 27
HSL
79°, 87%, 52%
CMYK
28, 0, 89, 6
Luminance
0.7058
Every format
| HEX | #acef1b |
| RGB | rgb(172, 239, 27) |
| HSL | hsl(79, 87%, 52%) |
| CMYK | cmyk(28%, 0%, 89%, 6%) |
| LAB | lab(87.3 -46.8 81.8) |
| LCH | lch(87.3 94.3 119.8) |
| OKLCH | oklch(0.875 0.222 127.6) |
Copy-ready code
/* CSS */
color: #acef1b;
background-color: #acef1b;
/* Tailwind (arbitrary) */
class="text-[#acef1b] bg-[#acef1b]"
/* SCSS */
$brand: #acef1b;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.106)
/* Android */
Color.parseColor("#acef1b")Accessibility — WCAG contrast
Aa
#acef1b on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef1b on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue10.6%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow88.7%
Key (black)6.3%
Color previews
#acef1b text on a black background
contrast 15.12:1
Card sample
#acef1b text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef1b;
Background color
Panel with #acef1b background
background-color: #acef1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef1b; background: linear-gradient(135deg, #acef1b, #1FEF1B);