#aef1dc
a light, vivid cyan · cool · closest name: aquamarine
RGB
174, 241, 220
HSL
161°, 71%, 81%
CMYK
28, 0, 9, 6
Luminance
0.7708
Every format
| HEX | #aef1dc |
| RGB | rgb(174, 241, 220) |
| HSL | hsl(161, 71%, 81%) |
| CMYK | cmyk(28%, 0%, 9%, 6%) |
| LAB | lab(90.4 -25.2 3.4) |
| LCH | lch(90.4 25.4 172.3) |
| OKLCH | oklch(0.908 0.073 173.2) |
Copy-ready code
/* CSS */
color: #aef1dc;
background-color: #aef1dc;
/* Tailwind (arbitrary) */
class="text-[#aef1dc] bg-[#aef1dc]"
/* SCSS */
$brand: #aef1dc;
/* SwiftUI */
Color(red: 0.682, green: 0.945, blue: 0.863)
/* Android */
Color.parseColor("#aef1dc")Accessibility — WCAG contrast
Aa
#aef1dc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef1dc on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.5%
Blue86.3%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow8.7%
Key (black)5.5%
Color previews
#aef1dc text on a black background
contrast 16.42:1
Card sample
#aef1dc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef1dc;
Background color
Panel with #aef1dc background
background-color: #aef1dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef1dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 241, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 241, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef1dc; background: linear-gradient(135deg, #aef1dc, #AED9F1);