#acf36f
a light, electric green · cool · closest name: khaki
RGB
172, 243, 111
HSL
92°, 85%, 69%
CMYK
29, 0, 54, 5
Luminance
0.7402
Every format
| HEX | #acf36f |
| RGB | rgb(172, 243, 111) |
| HSL | hsl(92, 85%, 69%) |
| CMYK | cmyk(29%, 0%, 54%, 5%) |
| LAB | lab(88.9 -43.5 55.9) |
| LCH | lch(88.9 70.9 127.9) |
| OKLCH | oklch(0.890 0.179 132.5) |
Copy-ready code
/* CSS */
color: #acf36f;
background-color: #acf36f;
/* Tailwind (arbitrary) */
class="text-[#acf36f] bg-[#acf36f]"
/* SCSS */
$brand: #acf36f;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.435)
/* Android */
Color.parseColor("#acf36f")Accessibility — WCAG contrast
Aa
#acf36f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf36f on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue43.5%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow54.3%
Key (black)4.7%
Color previews
#acf36f text on a black background
contrast 15.80:1
Card sample
#acf36f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf36f;
Background color
Panel with #acf36f background
background-color: #acf36f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf36f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf36f; background: linear-gradient(135deg, #acf36f, #6FF38A);