#afedec
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 237, 236
HSL
179°, 63%, 81%
CMYK
26, 0, 0, 7
Luminance
0.7574
Every format
| HEX | #afedec |
| RGB | rgb(175, 237, 236) |
| HSL | hsl(179, 63%, 81%) |
| CMYK | cmyk(26%, 0%, 0%, 7%) |
| LAB | lab(89.7 -19.6 -5.8) |
| LCH | lch(89.7 20.4 196.6) |
| OKLCH | oklch(0.904 0.062 194.9) |
Copy-ready code
/* CSS */
color: #afedec;
background-color: #afedec;
/* Tailwind (arbitrary) */
class="text-[#afedec] bg-[#afedec]"
/* SCSS */
$brand: #afedec;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.925)
/* Android */
Color.parseColor("#afedec")Accessibility — WCAG contrast
Aa
#afedec on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedec on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue92.5%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow0.4%
Key (black)7.1%
Color previews
#afedec text on a black background
contrast 16.15:1
Card sample
#afedec text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedec;
Background color
Panel with #afedec background
background-color: #afedec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedec; background: linear-gradient(135deg, #afedec, #AFC5ED);