#afd5fc
a light, electric blue · cool · closest name: skyblue
RGB
175, 213, 252
HSL
210°, 93%, 84%
CMYK
31, 16, 0, 1
Luminance
0.6373
Every format
| HEX | #afd5fc |
| RGB | rgb(175, 213, 252) |
| HSL | hsl(210, 93%, 84%) |
| CMYK | cmyk(31%, 16%, 0%, 1%) |
| LAB | lab(83.8 -3.7 -23.1) |
| LCH | lch(83.8 23.4 261.0) |
| OKLCH | oklch(0.859 0.068 249.3) |
Copy-ready code
/* CSS */
color: #afd5fc;
background-color: #afd5fc;
/* Tailwind (arbitrary) */
class="text-[#afd5fc] bg-[#afd5fc]"
/* SCSS */
$brand: #afd5fc;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.988)
/* Android */
Color.parseColor("#afd5fc")Accessibility — WCAG contrast
Aa
#afd5fc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd5fc on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta15.5%
Yellow0.0%
Key (black)1.2%
Color previews
#afd5fc text on a black background
contrast 13.75:1
Card sample
#afd5fc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd5fc;
Background color
Panel with #afd5fc background
background-color: #afd5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd5fc; background: linear-gradient(135deg, #afd5fc, #BCAFFC);