#aef6df
a light, electric cyan · cool · closest name: aquamarine
RGB
174, 246, 223
HSL
161°, 80%, 82%
CMYK
29, 0, 9, 4
Luminance
0.8024
Every format
| HEX | #aef6df |
| RGB | rgb(174, 246, 223) |
| HSL | hsl(161, 80%, 82%) |
| CMYK | cmyk(29%, 0%, 9%, 4%) |
| LAB | lab(91.8 -27.0 3.9) |
| LCH | lch(91.8 27.3 171.7) |
| OKLCH | oklch(0.919 0.078 172.6) |
Copy-ready code
/* CSS */
color: #aef6df;
background-color: #aef6df;
/* Tailwind (arbitrary) */
class="text-[#aef6df] bg-[#aef6df]"
/* SCSS */
$brand: #aef6df;
/* SwiftUI */
Color(red: 0.682, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#aef6df")Accessibility — WCAG contrast
Aa
#aef6df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef6df on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.5%
Blue87.5%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#aef6df text on a black background
contrast 17.05:1
Card sample
#aef6df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef6df;
Background color
Panel with #aef6df background
background-color: #aef6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef6df; background: linear-gradient(135deg, #aef6df, #AEDDF6);