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