#afcafd
a light, electric blue · cool · closest name: skyblue
RGB
175, 202, 253
HSL
219°, 95%, 84%
CMYK
31, 20, 0, 1
Luminance
0.5845
Every format
| HEX | #afcafd |
| RGB | rgb(175, 202, 253) |
| HSL | hsl(219, 95%, 84%) |
| CMYK | cmyk(31%, 20%, 0%, 1%) |
| LAB | lab(81.0 2.4 -28.0) |
| LCH | lch(81.0 28.1 275.0) |
| OKLCH | oklch(0.837 0.078 263.0) |
Copy-ready code
/* CSS */
color: #afcafd;
background-color: #afcafd;
/* Tailwind (arbitrary) */
class="text-[#afcafd] bg-[#afcafd]"
/* SCSS */
$brand: #afcafd;
/* SwiftUI */
Color(red: 0.686, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#afcafd")Accessibility — WCAG contrast
Aa
#afcafd on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcafd on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green79.2%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#afcafd text on a black background
contrast 12.69:1
Card sample
#afcafd text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcafd;
Background color
Panel with #afcafd background
background-color: #afcafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcafd; background: linear-gradient(135deg, #afcafd, #C8AFFD);