#aeeac8
a light, vivid green · cool · closest name: aquamarine
RGB
174, 234, 200
HSL
146°, 59%, 80%
CMYK
26, 0, 15, 8
Luminance
0.7201
Every format
| HEX | #aeeac8 |
| RGB | rgb(174, 234, 200) |
| HSL | hsl(146, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 15%, 8%) |
| LAB | lab(88.0 -25.8 10.4) |
| LCH | lch(88.0 27.8 158.0) |
| OKLCH | oklch(0.887 0.077 159.5) |
Copy-ready code
/* CSS */
color: #aeeac8;
background-color: #aeeac8;
/* Tailwind (arbitrary) */
class="text-[#aeeac8] bg-[#aeeac8]"
/* SCSS */
$brand: #aeeac8;
/* SwiftUI */
Color(red: 0.682, green: 0.918, blue: 0.784)
/* Android */
Color.parseColor("#aeeac8")Accessibility — WCAG contrast
Aa
#aeeac8 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeeac8 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green91.8%
Blue78.4%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow14.5%
Key (black)8.2%
Color previews
#aeeac8 text on a black background
contrast 15.40:1
Card sample
#aeeac8 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeeac8;
Background color
Panel with #aeeac8 background
background-color: #aeeac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeeac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 234, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 234, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeeac8; background: linear-gradient(135deg, #aeeac8, #AEE4EA);