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