#acf53f
a balanced, electric green · cool · closest name: yellow
RGB
172, 245, 63
HSL
84°, 90%, 60%
CMYK
30, 0, 74, 4
Luminance
0.7443
Every format
| HEX | #acf53f |
| RGB | rgb(172, 245, 63) |
| HSL | hsl(84, 90%, 60%) |
| CMYK | cmyk(30%, 0%, 74%, 4%) |
| LAB | lab(89.1 -48.0 74.8) |
| LCH | lch(89.1 88.9 122.7) |
| OKLCH | oklch(0.890 0.215 129.5) |
Copy-ready code
/* CSS */
color: #acf53f;
background-color: #acf53f;
/* Tailwind (arbitrary) */
class="text-[#acf53f] bg-[#acf53f]"
/* SCSS */
$brand: #acf53f;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.247)
/* Android */
Color.parseColor("#acf53f")Accessibility — WCAG contrast
Aa
#acf53f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf53f on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue24.7%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow74.3%
Key (black)3.9%
Color previews
#acf53f text on a black background
contrast 15.89:1
Card sample
#acf53f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf53f;
Background color
Panel with #acf53f background
background-color: #acf53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf53f; background: linear-gradient(135deg, #acf53f, #3FF54B);