#afecfe
a light, electric cyan · cool · closest name: skyblue
RGB
175, 236, 254
HSL
194°, 98%, 84%
CMYK
31, 7, 0, 0
Luminance
0.7626
Every format
| HEX | #afecfe |
| RGB | rgb(175, 236, 254) |
| HSL | hsl(194, 98%, 84%) |
| CMYK | cmyk(31%, 7%, 0%, 0%) |
| LAB | lab(90.0 -15.0 -14.9) |
| LCH | lch(90.0 21.1 224.7) |
| OKLCH | oklch(0.908 0.066 217.9) |
Copy-ready code
/* CSS */
color: #afecfe;
background-color: #afecfe;
/* Tailwind (arbitrary) */
class="text-[#afecfe] bg-[#afecfe]"
/* SCSS */
$brand: #afecfe;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#afecfe")Accessibility — WCAG contrast
Aa
#afecfe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecfe on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#afecfe text on a black background
contrast 16.25:1
Card sample
#afecfe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecfe;
Background color
Panel with #afecfe background
background-color: #afecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecfe; background: linear-gradient(135deg, #afecfe, #AFB7FE);