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