#afdfec
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 223, 236
HSL
193°, 62%, 81%
CMYK
26, 6, 0, 8
Luminance
0.6795
Every format
| HEX | #afdfec |
| RGB | rgb(175, 223, 236) |
| HSL | hsl(193, 62%, 81%) |
| CMYK | cmyk(26%, 6%, 0%, 8%) |
| LAB | lab(86.0 -12.6 -11.4) |
| LCH | lch(86.0 17.0 222.3) |
| OKLCH | oklch(0.874 0.053 216.1) |
Copy-ready code
/* CSS */
color: #afdfec;
background-color: #afdfec;
/* Tailwind (arbitrary) */
class="text-[#afdfec] bg-[#afdfec]"
/* SCSS */
$brand: #afdfec;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#afdfec")Accessibility — WCAG contrast
Aa
#afdfec on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfec on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#afdfec text on a black background
contrast 14.59:1
Card sample
#afdfec text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfec;
Background color
Panel with #afdfec background
background-color: #afdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfec; background: linear-gradient(135deg, #afdfec, #AFB6EC);