#afe2fc
a light, electric blue · cool · closest name: skyblue
RGB
175, 226, 252
HSL
200°, 93%, 84%
CMYK
31, 10, 0, 1
Luminance
0.7053
Every format
| HEX | #afe2fc |
| RGB | rgb(175, 226, 252) |
| HSL | hsl(200, 93%, 84%) |
| CMYK | cmyk(31%, 10%, 0%, 1%) |
| LAB | lab(87.3 -10.4 -17.9) |
| LCH | lch(87.3 20.7 239.8) |
| OKLCH | oklch(0.886 0.064 230.5) |
Copy-ready code
/* CSS */
color: #afe2fc;
background-color: #afe2fc;
/* Tailwind (arbitrary) */
class="text-[#afe2fc] bg-[#afe2fc]"
/* SCSS */
$brand: #afe2fc;
/* SwiftUI */
Color(red: 0.686, green: 0.886, blue: 0.988)
/* Android */
Color.parseColor("#afe2fc")Accessibility — WCAG contrast
Aa
#afe2fc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe2fc on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.6%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta10.3%
Yellow0.0%
Key (black)1.2%
Color previews
#afe2fc text on a black background
contrast 15.11:1
Card sample
#afe2fc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe2fc;
Background color
Panel with #afe2fc background
background-color: #afe2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 226, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 226, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe2fc; background: linear-gradient(135deg, #afe2fc, #AFAFFC);