#acecbf
a light, vivid green · cool · closest name: aquamarine
RGB
172, 236, 191
HSL
138°, 63%, 80%
CMYK
27, 0, 19, 8
Luminance
0.7252
Every format
| HEX | #acecbf |
| RGB | rgb(172, 236, 191) |
| HSL | hsl(138, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 19%, 8%) |
| LAB | lab(88.2 -29.0 15.4) |
| LCH | lch(88.2 32.9 152.0) |
| OKLCH | oklch(0.888 0.089 153.7) |
Copy-ready code
/* CSS */
color: #acecbf;
background-color: #acecbf;
/* Tailwind (arbitrary) */
class="text-[#acecbf] bg-[#acecbf]"
/* SCSS */
$brand: #acecbf;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.749)
/* Android */
Color.parseColor("#acecbf")Accessibility — WCAG contrast
Aa
#acecbf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecbf on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue74.9%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow19.1%
Key (black)7.5%
Color previews
#acecbf text on a black background
contrast 15.50:1
Card sample
#acecbf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecbf;
Background color
Panel with #acecbf background
background-color: #acecbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecbf; background: linear-gradient(135deg, #acecbf, #ACECEA);