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