#aceabe
a light, vivid green · cool · closest name: aquamarine
RGB
172, 234, 190
HSL
137°, 60%, 80%
CMYK
27, 0, 19, 8
Luminance
0.7133
Every format
| HEX | #aceabe |
| RGB | rgb(172, 234, 190) |
| HSL | hsl(137, 60%, 80%) |
| CMYK | cmyk(27%, 0%, 19%, 8%) |
| LAB | lab(87.7 -28.3 15.2) |
| LCH | lch(87.7 32.1 151.8) |
| OKLCH | oklch(0.883 0.087 153.5) |
Copy-ready code
/* CSS */
color: #aceabe;
background-color: #aceabe;
/* Tailwind (arbitrary) */
class="text-[#aceabe] bg-[#aceabe]"
/* SCSS */
$brand: #aceabe;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.745)
/* Android */
Color.parseColor("#aceabe")Accessibility — WCAG contrast
Aa
#aceabe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceabe on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue74.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow18.8%
Key (black)8.2%
Color previews
#aceabe text on a black background
contrast 15.27:1
Card sample
#aceabe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceabe;
Background color
Panel with #aceabe background
background-color: #aceabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceabe; background: linear-gradient(135deg, #aceabe, #ACEAE7);