#afd4fb
a light, electric blue · cool · closest name: skyblue
RGB
175, 212, 251
HSL
211°, 91%, 84%
CMYK
30, 16, 0, 2
Luminance
0.6317
Every format
| HEX | #afd4fb |
| RGB | rgb(175, 212, 251) |
| HSL | hsl(211, 91%, 84%) |
| CMYK | cmyk(30%, 16%, 0%, 2%) |
| LAB | lab(83.5 -3.4 -23.0) |
| LCH | lch(83.5 23.3 261.7) |
| OKLCH | oklch(0.857 0.067 250.0) |
Copy-ready code
/* CSS */
color: #afd4fb;
background-color: #afd4fb;
/* Tailwind (arbitrary) */
class="text-[#afd4fb] bg-[#afd4fb]"
/* SCSS */
$brand: #afd4fb;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.984)
/* Android */
Color.parseColor("#afd4fb")Accessibility — WCAG contrast
Aa
#afd4fb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4fb on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta15.5%
Yellow0.0%
Key (black)1.6%
Color previews
#afd4fb text on a black background
contrast 13.63:1
Card sample
#afd4fb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4fb;
Background color
Panel with #afd4fb background
background-color: #afd4fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4fb; background: linear-gradient(135deg, #afd4fb, #BDAFFB);