#afcdfd
a light, electric blue · cool · closest name: skyblue
RGB
175, 205, 253
HSL
217°, 95%, 84%
CMYK
31, 19, 0, 1
Luminance
0.5987
Every format
| HEX | #afcdfd |
| RGB | rgb(175, 205, 253) |
| HSL | hsl(217, 95%, 84%) |
| CMYK | cmyk(31%, 19%, 0%, 1%) |
| LAB | lab(81.8 0.8 -26.8) |
| LCH | lch(81.8 26.8 271.8) |
| OKLCH | oklch(0.843 0.075 259.7) |
Copy-ready code
/* CSS */
color: #afcdfd;
background-color: #afcdfd;
/* Tailwind (arbitrary) */
class="text-[#afcdfd] bg-[#afcdfd]"
/* SCSS */
$brand: #afcdfd;
/* SwiftUI */
Color(red: 0.686, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#afcdfd")Accessibility — WCAG contrast
Aa
#afcdfd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcdfd on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.4%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#afcdfd text on a black background
contrast 12.97:1
Card sample
#afcdfd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcdfd;
Background color
Panel with #afcdfd background
background-color: #afcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcdfd; background: linear-gradient(135deg, #afcdfd, #C5AFFD);