#afd2fc
a light, electric blue · cool · closest name: skyblue
RGB
175, 210, 252
HSL
213°, 93%, 84%
CMYK
31, 17, 0, 1
Luminance
0.6224
Every format
| HEX | #afd2fc |
| RGB | rgb(175, 210, 252) |
| HSL | hsl(213, 93%, 84%) |
| CMYK | cmyk(31%, 17%, 0%, 1%) |
| LAB | lab(83.0 -2.1 -24.3) |
| LCH | lch(83.0 24.4 265.1) |
| OKLCH | oklch(0.853 0.070 253.2) |
Copy-ready code
/* CSS */
color: #afd2fc;
background-color: #afd2fc;
/* Tailwind (arbitrary) */
class="text-[#afd2fc] bg-[#afd2fc]"
/* SCSS */
$brand: #afd2fc;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.988)
/* Android */
Color.parseColor("#afd2fc")Accessibility — WCAG contrast
Aa
#afd2fc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2fc on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta16.7%
Yellow0.0%
Key (black)1.2%
Color previews
#afd2fc text on a black background
contrast 13.45:1
Card sample
#afd2fc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2fc;
Background color
Panel with #afd2fc background
background-color: #afd2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2fc; background: linear-gradient(135deg, #afd2fc, #BFAFFC);