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