#afd8ff
a light, electric blue · cool · closest name: skyblue
RGB
175, 216, 255
HSL
209°, 100%, 84%
CMYK
31, 15, 0, 0
Luminance
0.6545
Every format
| HEX | #afd8ff |
| RGB | rgb(175, 216, 255) |
| HSL | hsl(209, 100%, 84%) |
| CMYK | cmyk(31%, 15%, 0%, 0%) |
| LAB | lab(84.7 -4.5 -23.4) |
| LCH | lch(84.7 23.8 259.0) |
| OKLCH | oklch(0.866 0.070 247.3) |
Copy-ready code
/* CSS */
color: #afd8ff;
background-color: #afd8ff;
/* Tailwind (arbitrary) */
class="text-[#afd8ff] bg-[#afd8ff]"
/* SCSS */
$brand: #afd8ff;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 1.000)
/* Android */
Color.parseColor("#afd8ff")Accessibility — WCAG contrast
Aa
#afd8ff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd8ff on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta15.3%
Yellow0.0%
Key (black)0.0%
Color previews
#afd8ff text on a black background
contrast 14.09:1
Card sample
#afd8ff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd8ff;
Background color
Panel with #afd8ff background
background-color: #afd8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd8ff; background: linear-gradient(135deg, #afd8ff, #BBAFFF);