#acef97
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 151
HSL
106°, 73%, 77%
CMYK
28, 0, 37, 6
Luminance
0.7274
Every format
| HEX | #acef97 |
| RGB | rgb(172, 239, 151) |
| HSL | hsl(106, 73%, 77%) |
| CMYK | cmyk(28%, 0%, 37%, 6%) |
| LAB | lab(88.3 -36.9 36.0) |
| LCH | lch(88.3 51.6 135.7) |
| OKLCH | oklch(0.886 0.135 138.4) |
Copy-ready code
/* CSS */
color: #acef97;
background-color: #acef97;
/* Tailwind (arbitrary) */
class="text-[#acef97] bg-[#acef97]"
/* SCSS */
$brand: #acef97;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.592)
/* Android */
Color.parseColor("#acef97")Accessibility — WCAG contrast
Aa
#acef97 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef97 on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue59.2%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow36.8%
Key (black)6.3%
Color previews
#acef97 text on a black background
contrast 15.55:1
Card sample
#acef97 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef97;
Background color
Panel with #acef97 background
background-color: #acef97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef97; background: linear-gradient(135deg, #acef97, #97EFBD);