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