#aeeabc
a light, vivid green · cool · closest name: aquamarine
RGB
174, 234, 188
HSL
134°, 59%, 80%
CMYK
26, 0, 20, 8
Luminance
0.7148
Every format
| HEX | #aeeabc |
| RGB | rgb(174, 234, 188) |
| HSL | hsl(134, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 20%, 8%) |
| LAB | lab(87.7 -28.0 16.3) |
| LCH | lch(87.7 32.4 149.8) |
| OKLCH | oklch(0.884 0.088 151.5) |
Copy-ready code
/* CSS */
color: #aeeabc;
background-color: #aeeabc;
/* Tailwind (arbitrary) */
class="text-[#aeeabc] bg-[#aeeabc]"
/* SCSS */
$brand: #aeeabc;
/* SwiftUI */
Color(red: 0.682, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#aeeabc")Accessibility — WCAG contrast
Aa
#aeeabc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeeabc on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green91.8%
Blue73.7%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#aeeabc text on a black background
contrast 15.30:1
Card sample
#aeeabc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeeabc;
Background color
Panel with #aeeabc background
background-color: #aeeabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeeabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeeabc; background: linear-gradient(135deg, #aeeabc, #AEEAE4);