#afefff
a light, electric cyan · cool · closest name: skyblue
RGB
175, 239, 255
HSL
192°, 100%, 84%
CMYK
31, 6, 0, 0
Luminance
0.7807
Every format
| HEX | #afefff |
| RGB | rgb(175, 239, 255) |
| HSL | hsl(192, 100%, 84%) |
| CMYK | cmyk(31%, 6%, 0%, 0%) |
| LAB | lab(90.8 -16.3 -14.2) |
| LCH | lch(90.8 21.6 221.0) |
| OKLCH | oklch(0.914 0.068 214.9) |
Copy-ready code
/* CSS */
color: #afefff;
background-color: #afefff;
/* Tailwind (arbitrary) */
class="text-[#afefff] bg-[#afefff]"
/* SCSS */
$brand: #afefff;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#afefff")Accessibility — WCAG contrast
Aa
#afefff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefff on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#afefff text on a black background
contrast 16.61:1
Card sample
#afefff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefff;
Background color
Panel with #afefff background
background-color: #afefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefff; background: linear-gradient(135deg, #afefff, #AFBAFF);