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