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