#afd1ed
a light, vivid blue · cool · closest name: skyblue
RGB
175, 209, 237
HSL
207°, 63%, 81%
CMYK
26, 12, 0, 7
Luminance
0.6083
Every format
| HEX | #afd1ed |
| RGB | rgb(175, 209, 237) |
| HSL | hsl(207, 63%, 81%) |
| CMYK | cmyk(26%, 12%, 0%, 7%) |
| LAB | lab(82.3 -5.1 -17.5) |
| LCH | lch(82.3 18.2 253.8) |
| OKLCH | oklch(0.845 0.053 243.2) |
Copy-ready code
/* CSS */
color: #afd1ed;
background-color: #afd1ed;
/* Tailwind (arbitrary) */
class="text-[#afd1ed] bg-[#afd1ed]"
/* SCSS */
$brand: #afd1ed;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.929)
/* Android */
Color.parseColor("#afd1ed")Accessibility — WCAG contrast
Aa
#afd1ed on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1ed on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta11.8%
Yellow0.0%
Key (black)7.1%
Color previews
#afd1ed text on a black background
contrast 13.17:1
Card sample
#afd1ed text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1ed;
Background color
Panel with #afd1ed background
background-color: #afd1ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1ed; background: linear-gradient(135deg, #afd1ed, #B6AFED);