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