#afecf4
a light, electric cyan · cool · closest name: skyblue
RGB
175, 236, 244
HSL
187°, 76%, 82%
CMYK
28, 3, 0, 4
Luminance
0.7564
Every format
| HEX | #afecf4 |
| RGB | rgb(175, 236, 244) |
| HSL | hsl(187, 76%, 82%) |
| CMYK | cmyk(28%, 3%, 0%, 4%) |
| LAB | lab(89.7 -17.3 -10.1) |
| LCH | lch(89.7 20.0 210.2) |
| OKLCH | oklch(0.904 0.062 206.2) |
Copy-ready code
/* CSS */
color: #afecf4;
background-color: #afecf4;
/* Tailwind (arbitrary) */
class="text-[#afecf4] bg-[#afecf4]"
/* SCSS */
$brand: #afecf4;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.957)
/* Android */
Color.parseColor("#afecf4")Accessibility — WCAG contrast
Aa
#afecf4 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecf4 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta3.3%
Yellow0.0%
Key (black)4.3%
Color previews
#afecf4 text on a black background
contrast 16.13:1
Card sample
#afecf4 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecf4;
Background color
Panel with #afecf4 background
background-color: #afecf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecf4; background: linear-gradient(135deg, #afecf4, #AFBEF4);