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