#aefffd
a light, electric cyan · cool · closest name: skyblue
RGB
174, 255, 253
HSL
179°, 100%, 84%
CMYK
32, 0, 1, 0
Luminance
0.8761
Every format
| HEX | #aefffd |
| RGB | rgb(174, 255, 253) |
| HSL | hsl(179, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 1%, 0%) |
| LAB | lab(95.0 -24.9 -6.9) |
| LCH | lch(95.0 25.8 195.5) |
| OKLCH | oklch(0.948 0.079 193.9) |
Copy-ready code
/* CSS */
color: #aefffd;
background-color: #aefffd;
/* Tailwind (arbitrary) */
class="text-[#aefffd] bg-[#aefffd]"
/* SCSS */
$brand: #aefffd;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#aefffd")Accessibility — WCAG contrast
Aa
#aefffd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefffd on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue99.2%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#aefffd text on a black background
contrast 18.52:1
Card sample
#aefffd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefffd;
Background color
Panel with #aefffd background
background-color: #aefffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefffd; background: linear-gradient(135deg, #aefffd, #AECBFF);