#aeecaf
a light, vivid green · cool · closest name: aquamarine
RGB
174, 236, 175
HSL
121°, 62%, 80%
CMYK
26, 0, 26, 8
Luminance
0.7208
Every format
| HEX | #aeecaf |
| RGB | rgb(174, 236, 175) |
| HSL | hsl(121, 62%, 80%) |
| CMYK | cmyk(26%, 0%, 26%, 8%) |
| LAB | lab(88.0 -31.2 23.4) |
| LCH | lch(88.0 39.0 143.1) |
| OKLCH | oklch(0.885 0.104 145.0) |
Copy-ready code
/* CSS */
color: #aeecaf;
background-color: #aeecaf;
/* Tailwind (arbitrary) */
class="text-[#aeecaf] bg-[#aeecaf]"
/* SCSS */
$brand: #aeecaf;
/* SwiftUI */
Color(red: 0.682, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#aeecaf")Accessibility — WCAG contrast
Aa
#aeecaf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeecaf on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green92.5%
Blue68.6%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#aeecaf text on a black background
contrast 15.42:1
Card sample
#aeecaf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeecaf;
Background color
Panel with #aeecaf background
background-color: #aeecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeecaf; background: linear-gradient(135deg, #aeecaf, #AEECD8);