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