#afcade
a light, soft blue · cool · closest name: skyblue
RGB
175, 202, 222
HSL
206°, 42%, 78%
CMYK
21, 9, 0, 13
Luminance
0.5663
Every format
| HEX | #afcade |
| RGB | rgb(175, 202, 222) |
| HSL | hsl(206, 42%, 78%) |
| CMYK | cmyk(21%, 9%, 0%, 13%) |
| LAB | lab(80.0 -4.8 -12.9) |
| LCH | lch(80.0 13.8 249.8) |
| OKLCH | oklch(0.825 0.041 240.1) |
Copy-ready code
/* CSS */
color: #afcade;
background-color: #afcade;
/* Tailwind (arbitrary) */
class="text-[#afcade] bg-[#afcade]"
/* SCSS */
$brand: #afcade;
/* SwiftUI */
Color(red: 0.686, green: 0.792, blue: 0.871)
/* Android */
Color.parseColor("#afcade")Accessibility — WCAG contrast
Aa
#afcade on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcade on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green79.2%
Blue87.1%
CMYK percentages
Cyan21.2%
Magenta9.0%
Yellow0.0%
Key (black)12.9%
Color previews
#afcade text on a black background
contrast 12.33:1
Card sample
#afcade text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcade;
Background color
Panel with #afcade background
background-color: #afcade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 202, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 202, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcade; background: linear-gradient(135deg, #afcade, #B3AFDE);