#acf372
a light, electric green · cool · closest name: khaki
RGB
172, 243, 114
HSL
93°, 84%, 70%
CMYK
29, 0, 53, 5
Luminance
0.7409
Every format
| HEX | #acf372 |
| RGB | rgb(172, 243, 114) |
| HSL | hsl(93, 84%, 70%) |
| CMYK | cmyk(29%, 0%, 53%, 5%) |
| LAB | lab(89.0 -43.2 54.6) |
| LCH | lch(89.0 69.6 128.4) |
| OKLCH | oklch(0.890 0.176 132.8) |
Copy-ready code
/* CSS */
color: #acf372;
background-color: #acf372;
/* Tailwind (arbitrary) */
class="text-[#acf372] bg-[#acf372]"
/* SCSS */
$brand: #acf372;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.447)
/* Android */
Color.parseColor("#acf372")Accessibility — WCAG contrast
Aa
#acf372 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf372 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue44.7%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow53.1%
Key (black)4.7%
Color previews
#acf372 text on a black background
contrast 15.82:1
Card sample
#acf372 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf372;
Background color
Panel with #acf372 background
background-color: #acf372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf372; background: linear-gradient(135deg, #acf372, #72F38E);