#adacbc
a light, muted blue · warm · closest name: silver
RGB
173, 172, 188
HSL
244°, 11%, 71%
CMYK
8, 9, 0, 26
Luminance
0.4202
Every format
| HEX | #adacbc |
| RGB | rgb(173, 172, 188) |
| HSL | hsl(244, 11%, 71%) |
| CMYK | cmyk(8%, 9%, 0%, 26%) |
| LAB | lab(70.9 3.5 -8.0) |
| LCH | lch(70.9 8.8 293.4) |
| OKLCH | oklch(0.750 0.023 288.7) |
Copy-ready code
/* CSS */
color: #adacbc;
background-color: #adacbc;
/* Tailwind (arbitrary) */
class="text-[#adacbc] bg-[#adacbc]"
/* SCSS */
$brand: #adacbc;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#adacbc")Accessibility — WCAG contrast
Aa
#adacbc on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacbc on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue73.7%
CMYK percentages
Cyan8.0%
Magenta8.5%
Yellow0.0%
Key (black)26.3%
Color previews
#adacbc text on a black background
contrast 9.40:1
Card sample
#adacbc text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacbc;
Background color
Panel with #adacbc background
background-color: #adacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacbc; background: linear-gradient(135deg, #adacbc, #B8ACBC);