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