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