#acfc5f
a light, electric green · cool · closest name: yellow
RGB
172, 252, 95
HSL
91°, 96%, 68%
CMYK
32, 0, 62, 1
Luminance
0.7922
Every format
| HEX | #acfc5f |
| RGB | rgb(172, 252, 95) |
| HSL | hsl(91, 96%, 68%) |
| CMYK | cmyk(32%, 0%, 62%, 1%) |
| LAB | lab(91.3 -48.8 65.5) |
| LCH | lch(91.3 81.7 126.7) |
| OKLCH | oklch(0.909 0.204 132.2) |
Copy-ready code
/* CSS */
color: #acfc5f;
background-color: #acfc5f;
/* Tailwind (arbitrary) */
class="text-[#acfc5f] bg-[#acfc5f]"
/* SCSS */
$brand: #acfc5f;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.373)
/* Android */
Color.parseColor("#acfc5f")Accessibility — WCAG contrast
Aa
#acfc5f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfc5f on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue37.3%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow62.3%
Key (black)1.2%
Color previews
#acfc5f text on a black background
contrast 16.84:1
Card sample
#acfc5f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfc5f;
Background color
Panel with #acfc5f background
background-color: #acfc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfc5f; background: linear-gradient(135deg, #acfc5f, #5FFC7B);