#acef91
a light, vivid green · cool · closest name: khaki
RGB
172, 239, 145
HSL
103°, 75%, 75%
CMYK
28, 0, 39, 6
Luminance
0.7255
Every format
| HEX | #acef91 |
| RGB | rgb(172, 239, 145) |
| HSL | hsl(103, 75%, 75%) |
| CMYK | cmyk(28%, 0%, 39%, 6%) |
| LAB | lab(88.2 -37.8 38.9) |
| LCH | lch(88.2 54.2 134.1) |
| OKLCH | oklch(0.885 0.141 137.1) |
Copy-ready code
/* CSS */
color: #acef91;
background-color: #acef91;
/* Tailwind (arbitrary) */
class="text-[#acef91] bg-[#acef91]"
/* SCSS */
$brand: #acef91;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.569)
/* Android */
Color.parseColor("#acef91")Accessibility — WCAG contrast
Aa
#acef91 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef91 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue56.9%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow39.3%
Key (black)6.3%
Color previews
#acef91 text on a black background
contrast 15.51:1
Card sample
#acef91 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef91;
Background color
Panel with #acef91 background
background-color: #acef91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef91; background: linear-gradient(135deg, #acef91, #91EFB5);