#adadcb
a light, soft blue · warm · closest name: silver
RGB
173, 173, 203
HSL
240°, 22%, 74%
CMYK
15, 15, 0, 20
Luminance
0.4308
Every format
| HEX | #adadcb |
| RGB | rgb(173, 173, 203) |
| HSL | hsl(240, 22%, 74%) |
| CMYK | cmyk(15%, 15%, 0%, 20%) |
| LAB | lab(71.6 6.1 -15.2) |
| LCH | lch(71.6 16.4 291.8) |
| OKLCH | oklch(0.757 0.043 285.3) |
Copy-ready code
/* CSS */
color: #adadcb;
background-color: #adadcb;
/* Tailwind (arbitrary) */
class="text-[#adadcb] bg-[#adadcb]"
/* SCSS */
$brand: #adadcb;
/* SwiftUI */
Color(red: 0.678, green: 0.678, blue: 0.796)
/* Android */
Color.parseColor("#adadcb")Accessibility — WCAG contrast
Aa
#adadcb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adadcb on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.8%
Blue79.6%
CMYK percentages
Cyan14.8%
Magenta14.8%
Yellow0.0%
Key (black)20.4%
Color previews
#adadcb text on a black background
contrast 9.62:1
Card sample
#adadcb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adadcb;
Background color
Panel with #adadcb background
background-color: #adadcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adadcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 173, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 173, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adadcb; background: linear-gradient(135deg, #adadcb, #C1ADCB);