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