#acf28f
a light, electric green · cool · closest name: khaki
RGB
172, 242, 143
HSL
102°, 79%, 76%
CMYK
29, 0, 41, 5
Luminance
0.7426
Every format
| HEX | #acf28f |
| RGB | rgb(172, 242, 143) |
| HSL | hsl(102, 79%, 76%) |
| CMYK | cmyk(29%, 0%, 41%, 5%) |
| LAB | lab(89.0 -39.4 40.9) |
| LCH | lch(89.0 56.8 133.9) |
| OKLCH | oklch(0.892 0.147 137.0) |
Copy-ready code
/* CSS */
color: #acf28f;
background-color: #acf28f;
/* Tailwind (arbitrary) */
class="text-[#acf28f] bg-[#acf28f]"
/* SCSS */
$brand: #acf28f;
/* SwiftUI */
Color(red: 0.675, green: 0.949, blue: 0.561)
/* Android */
Color.parseColor("#acf28f")Accessibility — WCAG contrast
Aa
#acf28f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf28f on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.9%
Blue56.1%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow40.9%
Key (black)5.1%
Color previews
#acf28f text on a black background
contrast 15.85:1
Card sample
#acf28f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf28f;
Background color
Panel with #acf28f background
background-color: #acf28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 242, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 242, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf28f; background: linear-gradient(135deg, #acf28f, #8FF2B4);