#afadce
a light, soft blue · warm · closest name: silver
RGB
175, 173, 206
HSL
244°, 25%, 74%
CMYK
15, 16, 0, 19
Luminance
0.4346
Every format
| HEX | #afadce |
| RGB | rgb(175, 173, 206) |
| HSL | hsl(244, 25%, 74%) |
| CMYK | cmyk(15%, 16%, 0%, 19%) |
| LAB | lab(71.9 7.4 -16.4) |
| LCH | lch(71.9 18.0 294.1) |
| OKLCH | oklch(0.760 0.047 288.0) |
Copy-ready code
/* CSS */
color: #afadce;
background-color: #afadce;
/* Tailwind (arbitrary) */
class="text-[#afadce] bg-[#afadce]"
/* SCSS */
$brand: #afadce;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#afadce")Accessibility — WCAG contrast
Aa
#afadce on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadce on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta16.0%
Yellow0.0%
Key (black)19.2%
Color previews
#afadce text on a black background
contrast 9.69:1
Card sample
#afadce text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadce;
Background color
Panel with #afadce background
background-color: #afadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadce; background: linear-gradient(135deg, #afadce, #C5ADCE);