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