#afd5ff
a light, electric blue · cool · closest name: skyblue
RGB
175, 213, 255
HSL
212°, 100%, 84%
CMYK
31, 17, 0, 0
Luminance
0.6392
Every format
| HEX | #afd5ff |
| RGB | rgb(175, 213, 255) |
| HSL | hsl(212, 100%, 84%) |
| CMYK | cmyk(31%, 17%, 0%, 0%) |
| LAB | lab(83.9 -2.9 -24.6) |
| LCH | lch(83.9 24.7 263.2) |
| OKLCH | oklch(0.860 0.071 251.2) |
Copy-ready code
/* CSS */
color: #afd5ff;
background-color: #afd5ff;
/* Tailwind (arbitrary) */
class="text-[#afd5ff] bg-[#afd5ff]"
/* SCSS */
$brand: #afd5ff;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 1.000)
/* Android */
Color.parseColor("#afd5ff")Accessibility — WCAG contrast
Aa
#afd5ff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd5ff on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta16.5%
Yellow0.0%
Key (black)0.0%
Color previews
#afd5ff text on a black background
contrast 13.78:1
Card sample
#afd5ff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd5ff;
Background color
Panel with #afd5ff background
background-color: #afd5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd5ff; background: linear-gradient(135deg, #afd5ff, #BEAFFF);