#aefdda
a light, electric green · cool · closest name: aquamarine
RGB
174, 253, 218
HSL
153°, 95%, 84%
CMYK
31, 0, 14, 1
Luminance
0.8431
Every format
| HEX | #aefdda |
| RGB | rgb(174, 253, 218) |
| HSL | hsl(153, 95%, 84%) |
| CMYK | cmyk(31%, 0%, 14%, 1%) |
| LAB | lab(93.6 -31.3 9.1) |
| LCH | lch(93.6 32.6 163.8) |
| OKLCH | oklch(0.933 0.091 165.1) |
Copy-ready code
/* CSS */
color: #aefdda;
background-color: #aefdda;
/* Tailwind (arbitrary) */
class="text-[#aefdda] bg-[#aefdda]"
/* SCSS */
$brand: #aefdda;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#aefdda")Accessibility — WCAG contrast
Aa
#aefdda on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefdda on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue85.5%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#aefdda text on a black background
contrast 17.86:1
Card sample
#aefdda text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefdda;
Background color
Panel with #aefdda background
background-color: #aefdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefdda; background: linear-gradient(135deg, #aefdda, #AEEBFD);