#aefdf8
a light, electric cyan · cool · closest name: turquoise
RGB
174, 253, 248
HSL
176°, 95%, 84%
CMYK
31, 0, 2, 1
Luminance
0.8603
Every format
| HEX | #aefdf8 |
| RGB | rgb(174, 253, 248) |
| HSL | hsl(176, 95%, 84%) |
| CMYK | cmyk(31%, 0%, 2%, 1%) |
| LAB | lab(94.3 -25.0 -5.3) |
| LCH | lch(94.3 25.6 192.0) |
| OKLCH | oklch(0.942 0.077 190.9) |
Copy-ready code
/* CSS */
color: #aefdf8;
background-color: #aefdf8;
/* Tailwind (arbitrary) */
class="text-[#aefdf8] bg-[#aefdf8]"
/* SCSS */
$brand: #aefdf8;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.973)
/* Android */
Color.parseColor("#aefdf8")Accessibility — WCAG contrast
Aa
#aefdf8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefdf8 on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue97.3%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow2.0%
Key (black)0.8%
Color previews
#aefdf8 text on a black background
contrast 18.21:1
Card sample
#aefdf8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefdf8;
Background color
Panel with #aefdf8 background
background-color: #aefdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefdf8; background: linear-gradient(135deg, #aefdf8, #AECDFD);