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