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