#aeffdf
a light, electric green · cool · closest name: aquamarine
RGB
174, 255, 223
HSL
156°, 100%, 84%
CMYK
32, 0, 13, 0
Luminance
0.8585
Every format
| HEX | #aeffdf |
| RGB | rgb(174, 255, 223) |
| HSL | hsl(156, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 13%, 0%) |
| LAB | lab(94.3 -31.3 7.5) |
| LCH | lch(94.3 32.1 166.5) |
| OKLCH | oklch(0.939 0.091 167.7) |
Copy-ready code
/* CSS */
color: #aeffdf;
background-color: #aeffdf;
/* Tailwind (arbitrary) */
class="text-[#aeffdf] bg-[#aeffdf]"
/* SCSS */
$brand: #aeffdf;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#aeffdf")Accessibility — WCAG contrast
Aa
#aeffdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeffdf on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#aeffdf text on a black background
contrast 18.17:1
Card sample
#aeffdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeffdf;
Background color
Panel with #aeffdf background
background-color: #aeffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeffdf; background: linear-gradient(135deg, #aeffdf, #AEE9FF);