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