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