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