#aeeeaf
a light, vivid green · cool · closest name: aquamarine
RGB
174, 238, 175
HSL
121°, 65%, 81%
CMYK
27, 0, 27, 7
Luminance
0.7324
Every format
| HEX | #aeeeaf |
| RGB | rgb(174, 238, 175) |
| HSL | hsl(121, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 27%, 7%) |
| LAB | lab(88.6 -32.1 24.2) |
| LCH | lch(88.6 40.2 143.0) |
| OKLCH | oklch(0.890 0.107 145.0) |
Copy-ready code
/* CSS */
color: #aeeeaf;
background-color: #aeeeaf;
/* Tailwind (arbitrary) */
class="text-[#aeeeaf] bg-[#aeeeaf]"
/* SCSS */
$brand: #aeeeaf;
/* SwiftUI */
Color(red: 0.682, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#aeeeaf")Accessibility — WCAG contrast
Aa
#aeeeaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeeeaf on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green93.3%
Blue68.6%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#aeeeaf text on a black background
contrast 15.65:1
Card sample
#aeeeaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeeeaf;
Background color
Panel with #aeeeaf background
background-color: #aeeeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeeeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeeeaf; background: linear-gradient(135deg, #aeeeaf, #AEEEDA);