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