#a5a0bb
a light, soft blue · warm · closest name: silver
RGB
165, 160, 187
HSL
251°, 17%, 68%
CMYK
12, 14, 0, 27
Luminance
0.3673
Every format
| HEX | #a5a0bb |
| RGB | rgb(165, 160, 187) |
| HSL | hsl(251, 17%, 68%) |
| CMYK | cmyk(12%, 14%, 0%, 27%) |
| LAB | lab(67.1 7.2 -13.2) |
| LCH | lch(67.1 15.1 298.5) |
| OKLCH | oklch(0.719 0.039 293.9) |
Copy-ready code
/* CSS */
color: #a5a0bb;
background-color: #a5a0bb;
/* Tailwind (arbitrary) */
class="text-[#a5a0bb] bg-[#a5a0bb]"
/* SCSS */
$brand: #a5a0bb;
/* SwiftUI */
Color(red: 0.647, green: 0.627, blue: 0.733)
/* Android */
Color.parseColor("#a5a0bb")Accessibility — WCAG contrast
Aa
#a5a0bb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5a0bb on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green62.7%
Blue73.3%
CMYK percentages
Cyan11.8%
Magenta14.4%
Yellow0.0%
Key (black)26.7%
Color previews
#a5a0bb text on a black background
contrast 8.35:1
Card sample
#a5a0bb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5a0bb;
Background color
Panel with #a5a0bb background
background-color: #a5a0bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5a0bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 160, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 160, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5a0bb; background: linear-gradient(135deg, #a5a0bb, #B7A0BB);