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