#acfc3b
a balanced, electric green · cool · closest name: yellow
RGB
172, 252, 59
HSL
85°, 97%, 61%
CMYK
32, 0, 77, 1
Luminance
0.7871
Every format
| HEX | #acfc3b |
| RGB | rgb(172, 252, 59) |
| HSL | hsl(85, 97%, 61%) |
| CMYK | cmyk(32%, 0%, 77%, 1%) |
| LAB | lab(91.1 -51.1 77.9) |
| LCH | lch(91.1 93.2 123.3) |
| OKLCH | oklch(0.906 0.226 130.2) |
Copy-ready code
/* CSS */
color: #acfc3b;
background-color: #acfc3b;
/* Tailwind (arbitrary) */
class="text-[#acfc3b] bg-[#acfc3b]"
/* SCSS */
$brand: #acfc3b;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.231)
/* Android */
Color.parseColor("#acfc3b")Accessibility — WCAG contrast
Aa
#acfc3b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfc3b on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue23.1%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow76.6%
Key (black)1.2%
Color previews
#acfc3b text on a black background
contrast 16.74:1
Card sample
#acfc3b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfc3b;
Background color
Panel with #acfc3b background
background-color: #acfc3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfc3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfc3b; background: linear-gradient(135deg, #acfc3b, #3BFC4B);