#adacba
a light, muted blue · warm · closest name: silver
RGB
173, 172, 186
HSL
244°, 9%, 70%
CMYK
7, 8, 0, 27
Luminance
0.4193
Every format
| HEX | #adacba |
| RGB | rgb(173, 172, 186) |
| HSL | hsl(244, 9%, 70%) |
| CMYK | cmyk(7%, 8%, 0%, 27%) |
| LAB | lab(70.8 3.1 -7.0) |
| LCH | lch(70.8 7.7 293.6) |
| OKLCH | oklch(0.750 0.020 289.2) |
Copy-ready code
/* CSS */
color: #adacba;
background-color: #adacba;
/* Tailwind (arbitrary) */
class="text-[#adacba] bg-[#adacba]"
/* SCSS */
$brand: #adacba;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#adacba")Accessibility — WCAG contrast
Aa
#adacba on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacba on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue72.9%
CMYK percentages
Cyan7.0%
Magenta7.5%
Yellow0.0%
Key (black)27.1%
Color previews
#adacba text on a black background
contrast 9.39:1
Card sample
#adacba text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacba;
Background color
Panel with #adacba background
background-color: #adacba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacba; background: linear-gradient(135deg, #adacba, #B6ACBA);