#acfb13
a balanced, electric green · cool · closest name: yellow
RGB
172, 251, 19
HSL
80°, 97%, 53%
CMYK
32, 0, 92, 2
Luminance
0.7781
Every format
| HEX | #acfb13 |
| RGB | rgb(172, 251, 19) |
| HSL | hsl(80, 97%, 53%) |
| CMYK | cmyk(32%, 0%, 92%, 2%) |
| LAB | lab(90.7 -51.9 85.7) |
| LCH | lch(90.7 100.2 121.2) |
| OKLCH | oklch(0.902 0.237 129.2) |
Copy-ready code
/* CSS */
color: #acfb13;
background-color: #acfb13;
/* Tailwind (arbitrary) */
class="text-[#acfb13] bg-[#acfb13]"
/* SCSS */
$brand: #acfb13;
/* SwiftUI */
Color(red: 0.675, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#acfb13")Accessibility — WCAG contrast
Aa
#acfb13 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfb13 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.4%
Blue7.5%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#acfb13 text on a black background
contrast 16.56:1
Card sample
#acfb13 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfb13;
Background color
Panel with #acfb13 background
background-color: #acfb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfb13; background: linear-gradient(135deg, #acfb13, #13FB14);