#afedfe
a light, electric cyan · cool · closest name: skyblue
RGB
175, 237, 254
HSL
193°, 98%, 84%
CMYK
31, 7, 0, 0
Luminance
0.7684
Every format
| HEX | #afedfe |
| RGB | rgb(175, 237, 254) |
| HSL | hsl(193, 98%, 84%) |
| CMYK | cmyk(31%, 7%, 0%, 0%) |
| LAB | lab(90.3 -15.5 -14.5) |
| LCH | lch(90.3 21.2 223.0) |
| OKLCH | oklch(0.910 0.067 216.6) |
Copy-ready code
/* CSS */
color: #afedfe;
background-color: #afedfe;
/* Tailwind (arbitrary) */
class="text-[#afedfe] bg-[#afedfe]"
/* SCSS */
$brand: #afedfe;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.996)
/* Android */
Color.parseColor("#afedfe")Accessibility — WCAG contrast
Aa
#afedfe on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedfe on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta6.7%
Yellow0.0%
Key (black)0.4%
Color previews
#afedfe text on a black background
contrast 16.37:1
Card sample
#afedfe text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedfe;
Background color
Panel with #afedfe background
background-color: #afedfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedfe; background: linear-gradient(135deg, #afedfe, #AFB8FE);