#afdef6
a light, electric blue · cool · closest name: skyblue
RGB
175, 222, 246
HSL
200°, 80%, 83%
CMYK
29, 10, 0, 4
Luminance
0.6801
Every format
| HEX | #afdef6 |
| RGB | rgb(175, 222, 246) |
| HSL | hsl(200, 80%, 83%) |
| CMYK | cmyk(29%, 10%, 0%, 4%) |
| LAB | lab(86.0 -9.8 -16.6) |
| LCH | lch(86.0 19.3 239.6) |
| OKLCH | oklch(0.875 0.059 230.4) |
Copy-ready code
/* CSS */
color: #afdef6;
background-color: #afdef6;
/* Tailwind (arbitrary) */
class="text-[#afdef6] bg-[#afdef6]"
/* SCSS */
$brand: #afdef6;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.965)
/* Android */
Color.parseColor("#afdef6")Accessibility — WCAG contrast
Aa
#afdef6 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdef6 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta9.8%
Yellow0.0%
Key (black)3.5%
Color previews
#afdef6 text on a black background
contrast 14.60:1
Card sample
#afdef6 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdef6;
Background color
Panel with #afdef6 background
background-color: #afdef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdef6; background: linear-gradient(135deg, #afdef6, #AFAFF6);