#acf092
a light, electric green · cool · closest name: khaki
RGB
172, 240, 146
HSL
103°, 76%, 76%
CMYK
28, 0, 39, 6
Luminance
0.7317
Every format
| HEX | #acf092 |
| RGB | rgb(172, 240, 146) |
| HSL | hsl(103, 76%, 76%) |
| CMYK | cmyk(28%, 0%, 39%, 6%) |
| LAB | lab(88.5 -38.1 38.8) |
| LCH | lch(88.5 54.4 134.5) |
| OKLCH | oklch(0.888 0.141 137.4) |
Copy-ready code
/* CSS */
color: #acf092;
background-color: #acf092;
/* Tailwind (arbitrary) */
class="text-[#acf092] bg-[#acf092]"
/* SCSS */
$brand: #acf092;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#acf092")Accessibility — WCAG contrast
Aa
#acf092 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf092 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue57.3%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow39.2%
Key (black)5.9%
Color previews
#acf092 text on a black background
contrast 15.63:1
Card sample
#acf092 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf092;
Background color
Panel with #acf092 background
background-color: #acf092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf092; background: linear-gradient(135deg, #acf092, #92F0B7);