#acf37f
a light, electric green · cool · closest name: khaki
RGB
172, 243, 127
HSL
97°, 83%, 73%
CMYK
29, 0, 48, 5
Luminance
0.7440
Every format
| HEX | #acf37f |
| RGB | rgb(172, 243, 127) |
| HSL | hsl(97, 83%, 73%) |
| CMYK | cmyk(29%, 0%, 48%, 5%) |
| LAB | lab(89.1 -41.8 48.7) |
| LCH | lch(89.1 64.2 130.6) |
| OKLCH | oklch(0.892 0.165 134.5) |
Copy-ready code
/* CSS */
color: #acf37f;
background-color: #acf37f;
/* Tailwind (arbitrary) */
class="text-[#acf37f] bg-[#acf37f]"
/* SCSS */
$brand: #acf37f;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.498)
/* Android */
Color.parseColor("#acf37f")Accessibility — WCAG contrast
Aa
#acf37f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf37f on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue49.8%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow47.7%
Key (black)4.7%
Color previews
#acf37f text on a black background
contrast 15.88:1
Card sample
#acf37f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf37f;
Background color
Panel with #acf37f background
background-color: #acf37f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf37f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf37f; background: linear-gradient(135deg, #acf37f, #7FF39F);