#aefdcd
a light, electric green · cool · closest name: aquamarine
RGB
174, 253, 205
HSL
144°, 95%, 84%
CMYK
31, 0, 19, 1
Luminance
0.8366
Every format
| HEX | #aefdcd |
| RGB | rgb(174, 253, 205) |
| HSL | hsl(144, 95%, 84%) |
| CMYK | cmyk(31%, 0%, 19%, 1%) |
| LAB | lab(93.3 -33.8 15.4) |
| LCH | lch(93.3 37.1 155.5) |
| OKLCH | oklch(0.930 0.102 157.1) |
Copy-ready code
/* CSS */
color: #aefdcd;
background-color: #aefdcd;
/* Tailwind (arbitrary) */
class="text-[#aefdcd] bg-[#aefdcd]"
/* SCSS */
$brand: #aefdcd;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#aefdcd")Accessibility — WCAG contrast
Aa
#aefdcd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefdcd on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue80.4%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#aefdcd text on a black background
contrast 17.73:1
Card sample
#aefdcd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefdcd;
Background color
Panel with #aefdcd background
background-color: #aefdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefdcd; background: linear-gradient(135deg, #aefdcd, #AEF8FD);