#acefbf
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 191
HSL
137°, 68%, 81%
CMYK
28, 0, 20, 6
Luminance
0.7427
Every format
| HEX | #acefbf |
| RGB | rgb(172, 239, 191) |
| HSL | hsl(137, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 20%, 6%) |
| LAB | lab(89.0 -30.4 16.6) |
| LCH | lch(89.0 34.7 151.4) |
| OKLCH | oklch(0.895 0.094 153.1) |
Copy-ready code
/* CSS */
color: #acefbf;
background-color: #acefbf;
/* Tailwind (arbitrary) */
class="text-[#acefbf] bg-[#acefbf]"
/* SCSS */
$brand: #acefbf;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.749)
/* Android */
Color.parseColor("#acefbf")Accessibility — WCAG contrast
Aa
#acefbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefbf on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue74.9%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow20.1%
Key (black)6.3%
Color previews
#acefbf text on a black background
contrast 15.85:1
Card sample
#acefbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefbf;
Background color
Panel with #acefbf background
background-color: #acefbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefbf; background: linear-gradient(135deg, #acefbf, #ACEFEC);