#acef03
a balanced, electric green · cool · closest name: yellow
RGB
172, 239, 3
HSL
77°, 98%, 48%
CMYK
28, 0, 99, 6
Luminance
0.7051
Every format
| HEX | #acef03 |
| RGB | rgb(172, 239, 3) |
| HSL | hsl(77, 98%, 48%) |
| CMYK | cmyk(28%, 0%, 99%, 6%) |
| LAB | lab(87.3 -47.1 84.4) |
| LCH | lch(87.3 96.7 119.2) |
| OKLCH | oklch(0.874 0.226 127.4) |
Copy-ready code
/* CSS */
color: #acef03;
background-color: #acef03;
/* Tailwind (arbitrary) */
class="text-[#acef03] bg-[#acef03]"
/* SCSS */
$brand: #acef03;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.012)
/* Android */
Color.parseColor("#acef03")Accessibility — WCAG contrast
Aa
#acef03 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef03 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue1.2%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow98.7%
Key (black)6.3%
Color previews
#acef03 text on a black background
contrast 15.10:1
Card sample
#acef03 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef03;
Background color
Panel with #acef03 background
background-color: #acef03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef03; background: linear-gradient(135deg, #acef03, #0FEF03);