#acf548
a balanced, electric green · cool · closest name: yellow
RGB
172, 245, 72
HSL
85°, 90%, 62%
CMYK
30, 0, 71, 4
Luminance
0.7454
Every format
| HEX | #acf548 |
| RGB | rgb(172, 245, 72) |
| HSL | hsl(85, 90%, 62%) |
| CMYK | cmyk(30%, 0%, 71%, 4%) |
| LAB | lab(89.2 -47.5 71.9) |
| LCH | lch(89.2 86.2 123.4) |
| OKLCH | oklch(0.891 0.210 129.9) |
Copy-ready code
/* CSS */
color: #acf548;
background-color: #acf548;
/* Tailwind (arbitrary) */
class="text-[#acf548] bg-[#acf548]"
/* SCSS */
$brand: #acf548;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.282)
/* Android */
Color.parseColor("#acf548")Accessibility — WCAG contrast
Aa
#acf548 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf548 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue28.2%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow70.6%
Key (black)3.9%
Color previews
#acf548 text on a black background
contrast 15.91:1
Card sample
#acf548 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf548;
Background color
Panel with #acf548 background
background-color: #acf548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf548; background: linear-gradient(135deg, #acf548, #48F558);