#acf080
a light, electric green · cool · closest name: khaki
RGB
172, 240, 128
HSL
96°, 79%, 72%
CMYK
28, 0, 47, 6
Luminance
0.7265
Every format
| HEX | #acf080 |
| RGB | rgb(172, 240, 128) |
| HSL | hsl(96, 79%, 72%) |
| CMYK | cmyk(28%, 0%, 47%, 6%) |
| LAB | lab(88.3 -40.4 47.2) |
| LCH | lch(88.3 62.1 130.5) |
| OKLCH | oklch(0.885 0.159 134.3) |
Copy-ready code
/* CSS */
color: #acf080;
background-color: #acf080;
/* Tailwind (arbitrary) */
class="text-[#acf080] bg-[#acf080]"
/* SCSS */
$brand: #acf080;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.502)
/* Android */
Color.parseColor("#acf080")Accessibility — WCAG contrast
Aa
#acf080 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf080 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue50.2%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow46.7%
Key (black)5.9%
Color previews
#acf080 text on a black background
contrast 15.53:1
Card sample
#acf080 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf080;
Background color
Panel with #acf080 background
background-color: #acf080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf080; background: linear-gradient(135deg, #acf080, #80F09F);