#afe5fd
a light, electric cyan · cool · closest name: skyblue
RGB
175, 229, 253
HSL
199°, 95%, 84%
CMYK
31, 10, 0, 1
Luminance
0.7224
Every format
| HEX | #afe5fd |
| RGB | rgb(175, 229, 253) |
| HSL | hsl(199, 95%, 84%) |
| CMYK | cmyk(31%, 10%, 0%, 1%) |
| LAB | lab(88.1 -11.7 -17.2) |
| LCH | lch(88.1 20.8 235.7) |
| OKLCH | oklch(0.893 0.064 227.0) |
Copy-ready code
/* CSS */
color: #afe5fd;
background-color: #afe5fd;
/* Tailwind (arbitrary) */
class="text-[#afe5fd] bg-[#afe5fd]"
/* SCSS */
$brand: #afe5fd;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.992)
/* Android */
Color.parseColor("#afe5fd")Accessibility — WCAG contrast
Aa
#afe5fd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe5fd on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta9.5%
Yellow0.0%
Key (black)0.8%
Color previews
#afe5fd text on a black background
contrast 15.45:1
Card sample
#afe5fd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe5fd;
Background color
Panel with #afe5fd background
background-color: #afe5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe5fd; background: linear-gradient(135deg, #afe5fd, #AFB1FD);