#afefec
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 239, 236
HSL
177°, 67%, 81%
CMYK
27, 0, 1, 6
Luminance
0.7690
Every format
| HEX | #afefec |
| RGB | rgb(175, 239, 236) |
| HSL | hsl(177, 67%, 81%) |
| CMYK | cmyk(27%, 0%, 1%, 6%) |
| LAB | lab(90.3 -20.6 -5.0) |
| LCH | lch(90.3 21.2 193.8) |
| OKLCH | oklch(0.908 0.064 192.4) |
Copy-ready code
/* CSS */
color: #afefec;
background-color: #afefec;
/* Tailwind (arbitrary) */
class="text-[#afefec] bg-[#afefec]"
/* SCSS */
$brand: #afefec;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#afefec")Accessibility — WCAG contrast
Aa
#afefec on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefec on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue92.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#afefec text on a black background
contrast 16.38:1
Card sample
#afefec text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefec;
Background color
Panel with #afefec background
background-color: #afefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefec; background: linear-gradient(135deg, #afefec, #AFC7EF);