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