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