#afd2e8
a light, vivid blue · cool · closest name: skyblue
RGB
175, 210, 232
HSL
203°, 55%, 80%
CMYK
25, 10, 0, 9
Luminance
0.6103
Every format
| HEX | #afd2e8 |
| RGB | rgb(175, 210, 232) |
| HSL | hsl(203, 55%, 80%) |
| CMYK | cmyk(25%, 10%, 0%, 9%) |
| LAB | lab(82.4 -6.7 -14.7) |
| LCH | lch(82.4 16.1 245.3) |
| OKLCH | oklch(0.846 0.048 235.7) |
Copy-ready code
/* CSS */
color: #afd2e8;
background-color: #afd2e8;
/* Tailwind (arbitrary) */
class="text-[#afd2e8] bg-[#afd2e8]"
/* SCSS */
$brand: #afd2e8;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.910)
/* Android */
Color.parseColor("#afd2e8")Accessibility — WCAG contrast
Aa
#afd2e8 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2e8 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue91.0%
CMYK percentages
Cyan24.6%
Magenta9.5%
Yellow0.0%
Key (black)9.0%
Color previews
#afd2e8 text on a black background
contrast 13.21:1
Card sample
#afd2e8 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2e8;
Background color
Panel with #afd2e8 background
background-color: #afd2e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2e8; background: linear-gradient(135deg, #afd2e8, #B2AFE8);