#acef92
a light, vivid green · cool · closest name: khaki
RGB
172, 239, 146
HSL
103°, 74%, 76%
CMYK
28, 0, 39, 6
Luminance
0.7258
Every format
| HEX | #acef92 |
| RGB | rgb(172, 239, 146) |
| HSL | hsl(103, 74%, 76%) |
| CMYK | cmyk(28%, 0%, 39%, 6%) |
| LAB | lab(88.3 -37.6 38.4) |
| LCH | lch(88.3 53.8 134.4) |
| OKLCH | oklch(0.886 0.140 137.3) |
Copy-ready code
/* CSS */
color: #acef92;
background-color: #acef92;
/* Tailwind (arbitrary) */
class="text-[#acef92] bg-[#acef92]"
/* SCSS */
$brand: #acef92;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.573)
/* Android */
Color.parseColor("#acef92")Accessibility — WCAG contrast
Aa
#acef92 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef92 on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue57.3%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow38.9%
Key (black)6.3%
Color previews
#acef92 text on a black background
contrast 15.52:1
Card sample
#acef92 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef92;
Background color
Panel with #acef92 background
background-color: #acef92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef92; background: linear-gradient(135deg, #acef92, #92EFB6);