#a49dbb
a light, soft blue · warm · closest name: silver
RGB
164, 157, 187
HSL
254°, 18%, 68%
CMYK
12, 16, 0, 27
Luminance
0.3559
Every format
| HEX | #a49dbb |
| RGB | rgb(164, 157, 187) |
| HSL | hsl(254, 18%, 68%) |
| CMYK | cmyk(12%, 16%, 0%, 27%) |
| LAB | lab(66.2 8.5 -14.6) |
| LCH | lch(66.2 16.9 300.4) |
| OKLCH | oklch(0.712 0.044 296.0) |
Copy-ready code
/* CSS */
color: #a49dbb;
background-color: #a49dbb;
/* Tailwind (arbitrary) */
class="text-[#a49dbb] bg-[#a49dbb]"
/* SCSS */
$brand: #a49dbb;
/* SwiftUI */
Color(red: 0.643, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#a49dbb")Accessibility — WCAG contrast
Aa
#a49dbb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a49dbb on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green61.6%
Blue73.3%
CMYK percentages
Cyan12.3%
Magenta16.0%
Yellow0.0%
Key (black)26.7%
Color previews
#a49dbb text on a black background
contrast 8.12:1
Card sample
#a49dbb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a49dbb;
Background color
Panel with #a49dbb background
background-color: #a49dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a49dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a49dbb; background: linear-gradient(135deg, #a49dbb, #B89DBB);