#afe1ff
a light, electric blue · cool · closest name: skyblue
RGB
175, 225, 255
HSL
203°, 100%, 84%
CMYK
31, 12, 0, 0
Luminance
0.7018
Every format
| HEX | #afe1ff |
| RGB | rgb(175, 225, 255) |
| HSL | hsl(203, 100%, 84%) |
| CMYK | cmyk(31%, 12%, 0%, 0%) |
| LAB | lab(87.1 -9.2 -19.8) |
| LCH | lch(87.1 21.8 245.0) |
| OKLCH | oklch(0.885 0.066 234.8) |
Copy-ready code
/* CSS */
color: #afe1ff;
background-color: #afe1ff;
/* Tailwind (arbitrary) */
class="text-[#afe1ff] bg-[#afe1ff]"
/* SCSS */
$brand: #afe1ff;
/* SwiftUI */
Color(red: 0.686, green: 0.882, blue: 1.000)
/* Android */
Color.parseColor("#afe1ff")Accessibility — WCAG contrast
Aa
#afe1ff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe1ff on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.2%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta11.8%
Yellow0.0%
Key (black)0.0%
Color previews
#afe1ff text on a black background
contrast 15.04:1
Card sample
#afe1ff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe1ff;
Background color
Panel with #afe1ff background
background-color: #afe1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 225, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 225, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe1ff; background: linear-gradient(135deg, #afe1ff, #B2AFFF);