#aefdad
a light, electric green · cool · closest name: aquamarine
RGB
174, 253, 173
HSL
119°, 95%, 84%
CMYK
31, 0, 32, 1
Luminance
0.8227
Every format
| HEX | #aefdad |
| RGB | rgb(174, 253, 173) |
| HSL | hsl(119, 95%, 84%) |
| CMYK | cmyk(31%, 0%, 32%, 1%) |
| LAB | lab(92.7 -39.3 30.8) |
| LCH | lch(92.7 49.9 141.9) |
| OKLCH | oklch(0.923 0.132 144.1) |
Copy-ready code
/* CSS */
color: #aefdad;
background-color: #aefdad;
/* Tailwind (arbitrary) */
class="text-[#aefdad] bg-[#aefdad]"
/* SCSS */
$brand: #aefdad;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#aefdad")Accessibility — WCAG contrast
Aa
#aefdad on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefdad on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue67.8%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#aefdad text on a black background
contrast 17.45:1
Card sample
#aefdad text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefdad;
Background color
Panel with #aefdad background
background-color: #aefdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefdad; background: linear-gradient(135deg, #aefdad, #ADFDE1);