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