#afcced
a light, vivid blue · cool · closest name: skyblue
RGB
175, 204, 237
HSL
212°, 63%, 81%
CMYK
26, 14, 0, 7
Luminance
0.5841
Every format
| HEX | #afcced |
| RGB | rgb(175, 204, 237) |
| HSL | hsl(212, 63%, 81%) |
| CMYK | cmyk(26%, 14%, 0%, 7%) |
| LAB | lab(81.0 -2.4 -19.5) |
| LCH | lch(81.0 19.6 262.9) |
| OKLCH | oklch(0.835 0.056 251.8) |
Copy-ready code
/* CSS */
color: #afcced;
background-color: #afcced;
/* Tailwind (arbitrary) */
class="text-[#afcced] bg-[#afcced]"
/* SCSS */
$brand: #afcced;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.929)
/* Android */
Color.parseColor("#afcced")Accessibility — WCAG contrast
Aa
#afcced on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcced on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta13.9%
Yellow0.0%
Key (black)7.1%
Color previews
#afcced text on a black background
contrast 12.68:1
Card sample
#afcced text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcced;
Background color
Panel with #afcced background
background-color: #afcced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcced; background: linear-gradient(135deg, #afcced, #BBAFED);