#a7adcd
a light, soft blue · warm · closest name: silver
RGB
167, 173, 205
HSL
231°, 28%, 73%
CMYK
19, 16, 0, 20
Luminance
0.4251
Every format
| HEX | #a7adcd |
| RGB | rgb(167, 173, 205) |
| HSL | hsl(231, 28%, 73%) |
| CMYK | cmyk(19%, 16%, 0%, 20%) |
| LAB | lab(71.2 4.6 -16.9) |
| LCH | lch(71.2 17.5 285.1) |
| OKLCH | oklch(0.753 0.046 276.9) |
Copy-ready code
/* CSS */
color: #a7adcd;
background-color: #a7adcd;
/* Tailwind (arbitrary) */
class="text-[#a7adcd] bg-[#a7adcd]"
/* SCSS */
$brand: #a7adcd;
/* SwiftUI */
Color(red: 0.655, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#a7adcd")Accessibility — WCAG contrast
Aa
#a7adcd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7adcd on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green67.8%
Blue80.4%
CMYK percentages
Cyan18.5%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#a7adcd text on a black background
contrast 9.50:1
Card sample
#a7adcd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7adcd;
Background color
Panel with #a7adcd background
background-color: #a7adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7adcd; background: linear-gradient(135deg, #a7adcd, #BAA7CD);