#afecf1
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 236, 241
HSL
185°, 70%, 82%
CMYK
27, 2, 0, 6
Luminance
0.7546
Every format
| HEX | #afecf1 |
| RGB | rgb(175, 236, 241) |
| HSL | hsl(185, 70%, 82%) |
| CMYK | cmyk(27%, 2%, 0%, 6%) |
| LAB | lab(89.6 -18.0 -8.6) |
| LCH | lch(89.6 19.9 205.7) |
| OKLCH | oklch(0.904 0.062 202.5) |
Copy-ready code
/* CSS */
color: #afecf1;
background-color: #afecf1;
/* Tailwind (arbitrary) */
class="text-[#afecf1] bg-[#afecf1]"
/* SCSS */
$brand: #afecf1;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.945)
/* Android */
Color.parseColor("#afecf1")Accessibility — WCAG contrast
Aa
#afecf1 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecf1 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta2.1%
Yellow0.0%
Key (black)5.5%
Color previews
#afecf1 text on a black background
contrast 16.09:1
Card sample
#afecf1 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecf1;
Background color
Panel with #afecf1 background
background-color: #afecf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecf1; background: linear-gradient(135deg, #afecf1, #AFC0F1);