#afecf8
a light, electric cyan · cool · closest name: skyblue
RGB
175, 236, 248
HSL
190°, 84%, 83%
CMYK
29, 5, 0, 3
Luminance
0.7588
Every format
| HEX | #afecf8 |
| RGB | rgb(175, 236, 248) |
| HSL | hsl(190, 84%, 83%) |
| CMYK | cmyk(29%, 5%, 0%, 3%) |
| LAB | lab(89.8 -16.4 -12.0) |
| LCH | lch(89.8 20.3 216.2) |
| OKLCH | oklch(0.906 0.064 211.1) |
Copy-ready code
/* CSS */
color: #afecf8;
background-color: #afecf8;
/* Tailwind (arbitrary) */
class="text-[#afecf8] bg-[#afecf8]"
/* SCSS */
$brand: #afecf8;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.973)
/* Android */
Color.parseColor("#afecf8")Accessibility — WCAG contrast
Aa
#afecf8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecf8 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta4.8%
Yellow0.0%
Key (black)2.7%
Color previews
#afecf8 text on a black background
contrast 16.18:1
Card sample
#afecf8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecf8;
Background color
Panel with #afecf8 background
background-color: #afecf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecf8; background: linear-gradient(135deg, #afecf8, #AFBBF8);