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