#acf83f
a balanced, electric green · cool · closest name: yellow
RGB
172, 248, 63
HSL
85°, 93%, 61%
CMYK
31, 0, 75, 3
Luminance
0.7626
Every format
| HEX | #acf83f |
| RGB | rgb(172, 248, 63) |
| HSL | hsl(85, 93%, 61%) |
| CMYK | cmyk(31%, 0%, 75%, 3%) |
| LAB | lab(90.0 -49.3 75.7) |
| LCH | lch(90.0 90.3 123.1) |
| OKLCH | oklch(0.897 0.219 129.9) |
Copy-ready code
/* CSS */
color: #acf83f;
background-color: #acf83f;
/* Tailwind (arbitrary) */
class="text-[#acf83f] bg-[#acf83f]"
/* SCSS */
$brand: #acf83f;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.247)
/* Android */
Color.parseColor("#acf83f")Accessibility — WCAG contrast
Aa
#acf83f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf83f on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue24.7%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow74.6%
Key (black)2.7%
Color previews
#acf83f text on a black background
contrast 16.25:1
Card sample
#acf83f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf83f;
Background color
Panel with #acf83f background
background-color: #acf83f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf83f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf83f; background: linear-gradient(135deg, #acf83f, #3FF84D);