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