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