#aef5d1
a light, electric green · cool · closest name: aquamarine
RGB
174, 245, 209
HSL
150°, 78%, 82%
CMYK
29, 0, 15, 4
Luminance
0.7891
Every format
| HEX | #aef5d1 |
| RGB | rgb(174, 245, 209) |
| HSL | hsl(150, 78%, 82%) |
| CMYK | cmyk(29%, 0%, 15%, 4%) |
| LAB | lab(91.2 -29.3 10.3) |
| LCH | lch(91.2 31.1 160.6) |
| OKLCH | oklch(0.913 0.086 162.0) |
Copy-ready code
/* CSS */
color: #aef5d1;
background-color: #aef5d1;
/* Tailwind (arbitrary) */
class="text-[#aef5d1] bg-[#aef5d1]"
/* SCSS */
$brand: #aef5d1;
/* SwiftUI */
Color(red: 0.682, green: 0.961, blue: 0.820)
/* Android */
Color.parseColor("#aef5d1")Accessibility — WCAG contrast
Aa
#aef5d1 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef5d1 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.1%
Blue82.0%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow14.7%
Key (black)3.9%
Color previews
#aef5d1 text on a black background
contrast 16.78:1
Card sample
#aef5d1 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef5d1;
Background color
Panel with #aef5d1 background
background-color: #aef5d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef5d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 245, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 245, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef5d1; background: linear-gradient(135deg, #aef5d1, #AEEAF5);