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