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