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