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