#afdffd
a light, electric blue · cool · closest name: skyblue
RGB
175, 223, 253
HSL
203°, 95%, 84%
CMYK
31, 12, 0, 1
Luminance
0.6898
Every format
| HEX | #afdffd |
| RGB | rgb(175, 223, 253) |
| HSL | hsl(203, 95%, 84%) |
| CMYK | cmyk(31%, 12%, 0%, 1%) |
| LAB | lab(86.5 -8.6 -19.6) |
| LCH | lch(86.5 21.4 246.2) |
| OKLCH | oklch(0.880 0.065 235.9) |
Copy-ready code
/* CSS */
color: #afdffd;
background-color: #afdffd;
/* Tailwind (arbitrary) */
class="text-[#afdffd] bg-[#afdffd]"
/* SCSS */
$brand: #afdffd;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#afdffd")Accessibility — WCAG contrast
Aa
#afdffd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdffd on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#afdffd text on a black background
contrast 14.80:1
Card sample
#afdffd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdffd;
Background color
Panel with #afdffd background
background-color: #afdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdffd; background: linear-gradient(135deg, #afdffd, #B3AFFD);