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