#acefab
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 171
HSL
119°, 68%, 80%
CMYK
28, 0, 29, 6
Luminance
0.7344
Every format
| HEX | #acefab |
| RGB | rgb(172, 239, 171) |
| HSL | hsl(119, 68%, 80%) |
| CMYK | cmyk(28%, 0%, 29%, 6%) |
| LAB | lab(88.7 -33.9 26.4) |
| LCH | lch(88.7 42.9 142.1) |
| OKLCH | oklch(0.890 0.114 144.2) |
Copy-ready code
/* CSS */
color: #acefab;
background-color: #acefab;
/* Tailwind (arbitrary) */
class="text-[#acefab] bg-[#acefab]"
/* SCSS */
$brand: #acefab;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.671)
/* Android */
Color.parseColor("#acefab")Accessibility — WCAG contrast
Aa
#acefab on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefab on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue67.1%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow28.5%
Key (black)6.3%
Color previews
#acefab text on a black background
contrast 15.69:1
Card sample
#acefab text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefab;
Background color
Panel with #acefab background
background-color: #acefab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefab; background: linear-gradient(135deg, #acefab, #ABEFD7);