#acf06f
a light, electric green · cool · closest name: khaki
RGB
172, 240, 111
HSL
92°, 81%, 69%
CMYK
28, 0, 54, 6
Luminance
0.7224
Every format
| HEX | #acf06f |
| RGB | rgb(172, 240, 111) |
| HSL | hsl(92, 81%, 69%) |
| CMYK | cmyk(28%, 0%, 54%, 6%) |
| LAB | lab(88.1 -42.2 54.9) |
| LCH | lch(88.1 69.3 127.6) |
| OKLCH | oklch(0.883 0.175 132.1) |
Copy-ready code
/* CSS */
color: #acf06f;
background-color: #acf06f;
/* Tailwind (arbitrary) */
class="text-[#acf06f] bg-[#acf06f]"
/* SCSS */
$brand: #acf06f;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.435)
/* Android */
Color.parseColor("#acf06f")Accessibility — WCAG contrast
Aa
#acf06f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf06f on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue43.5%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow53.8%
Key (black)5.9%
Color previews
#acf06f text on a black background
contrast 15.45:1
Card sample
#acf06f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf06f;
Background color
Panel with #acf06f background
background-color: #acf06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf06f; background: linear-gradient(135deg, #acf06f, #6FF088);