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