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