#afd1fc
a light, electric blue · cool · closest name: skyblue
RGB
175, 209, 252
HSL
214°, 93%, 84%
CMYK
31, 17, 0, 1
Luminance
0.6174
Every format
| HEX | #afd1fc |
| RGB | rgb(175, 209, 252) |
| HSL | hsl(214, 93%, 84%) |
| CMYK | cmyk(31%, 17%, 0%, 1%) |
| LAB | lab(82.8 -1.6 -24.7) |
| LCH | lch(82.8 24.8 266.4) |
| OKLCH | oklch(0.851 0.070 254.5) |
Copy-ready code
/* CSS */
color: #afd1fc;
background-color: #afd1fc;
/* Tailwind (arbitrary) */
class="text-[#afd1fc] bg-[#afd1fc]"
/* SCSS */
$brand: #afd1fc;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.988)
/* Android */
Color.parseColor("#afd1fc")Accessibility — WCAG contrast
Aa
#afd1fc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1fc on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta17.1%
Yellow0.0%
Key (black)1.2%
Color previews
#afd1fc text on a black background
contrast 13.35:1
Card sample
#afd1fc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1fc;
Background color
Panel with #afd1fc background
background-color: #afd1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1fc; background: linear-gradient(135deg, #afd1fc, #C0AFFC);