#aefafd
a light, electric cyan · cool · closest name: skyblue
RGB
174, 250, 253
HSL
182°, 95%, 84%
CMYK
31, 1, 0, 1
Luminance
0.8446
Every format
| HEX | #aefafd |
| RGB | rgb(174, 250, 253) |
| HSL | hsl(182, 95%, 84%) |
| CMYK | cmyk(31%, 1%, 0%, 1%) |
| LAB | lab(93.7 -22.5 -8.9) |
| LCH | lch(93.7 24.2 201.6) |
| OKLCH | oklch(0.937 0.074 199.1) |
Copy-ready code
/* CSS */
color: #aefafd;
background-color: #aefafd;
/* Tailwind (arbitrary) */
class="text-[#aefafd] bg-[#aefafd]"
/* SCSS */
$brand: #aefafd;
/* SwiftUI */
Color(red: 0.682, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#aefafd")Accessibility — WCAG contrast
Aa
#aefafd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefafd on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.0%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#aefafd text on a black background
contrast 17.89:1
Card sample
#aefafd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefafd;
Background color
Panel with #aefafd background
background-color: #aefafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefafd; background: linear-gradient(135deg, #aefafd, #AEC5FD);