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