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