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