#acf320
a balanced, electric green · cool · closest name: yellow
RGB
172, 243, 32
HSL
80°, 90%, 54%
CMYK
29, 0, 87, 5
Luminance
0.7298
Every format
| HEX | #acf320 |
| RGB | rgb(172, 243, 32) |
| HSL | hsl(80, 90%, 54%) |
| CMYK | cmyk(29%, 0%, 87%, 5%) |
| LAB | lab(88.4 -48.4 82.0) |
| LCH | lch(88.4 95.2 120.5) |
| OKLCH | oklch(0.884 0.226 128.3) |
Copy-ready code
/* CSS */
color: #acf320;
background-color: #acf320;
/* Tailwind (arbitrary) */
class="text-[#acf320] bg-[#acf320]"
/* SCSS */
$brand: #acf320;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.125)
/* Android */
Color.parseColor("#acf320")Accessibility — WCAG contrast
Aa
#acf320 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf320 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue12.5%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow86.8%
Key (black)4.7%
Color previews
#acf320 text on a black background
contrast 15.60:1
Card sample
#acf320 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf320;
Background color
Panel with #acf320 background
background-color: #acf320;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf320;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf320; background: linear-gradient(135deg, #acf320, #20F321);