#acf37c
a light, electric green · cool · closest name: khaki
RGB
172, 243, 124
HSL
96°, 83%, 72%
CMYK
29, 0, 49, 5
Luminance
0.7433
Every format
| HEX | #acf37c |
| RGB | rgb(172, 243, 124) |
| HSL | hsl(96, 83%, 72%) |
| CMYK | cmyk(29%, 0%, 49%, 5%) |
| LAB | lab(89.1 -42.1 50.1) |
| LCH | lch(89.1 65.5 130.1) |
| OKLCH | oklch(0.891 0.167 134.1) |
Copy-ready code
/* CSS */
color: #acf37c;
background-color: #acf37c;
/* Tailwind (arbitrary) */
class="text-[#acf37c] bg-[#acf37c]"
/* SCSS */
$brand: #acf37c;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.486)
/* Android */
Color.parseColor("#acf37c")Accessibility — WCAG contrast
Aa
#acf37c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf37c on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue48.6%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow49.0%
Key (black)4.7%
Color previews
#acf37c text on a black background
contrast 15.87:1
Card sample
#acf37c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf37c;
Background color
Panel with #acf37c background
background-color: #acf37c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf37c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf37c; background: linear-gradient(135deg, #acf37c, #7CF39B);