#a09dbb
a light, soft blue · warm · closest name: silver
RGB
160, 157, 187
HSL
246°, 18%, 68%
CMYK
14, 16, 0, 27
Luminance
0.3518
Every format
| HEX | #a09dbb |
| RGB | rgb(160, 157, 187) |
| HSL | hsl(246, 18%, 68%) |
| CMYK | cmyk(14%, 16%, 0%, 27%) |
| LAB | lab(65.9 7.2 -15.1) |
| LCH | lch(65.9 16.7 295.5) |
| OKLCH | oklch(0.709 0.043 289.8) |
Copy-ready code
/* CSS */
color: #a09dbb;
background-color: #a09dbb;
/* Tailwind (arbitrary) */
class="text-[#a09dbb] bg-[#a09dbb]"
/* SCSS */
$brand: #a09dbb;
/* SwiftUI */
Color(red: 0.627, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#a09dbb")Accessibility — WCAG contrast
Aa
#a09dbb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a09dbb on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green61.6%
Blue73.3%
CMYK percentages
Cyan14.4%
Magenta16.0%
Yellow0.0%
Key (black)26.7%
Color previews
#a09dbb text on a black background
contrast 8.04:1
Card sample
#a09dbb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09dbb;
Background color
Panel with #a09dbb background
background-color: #a09dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09dbb; background: linear-gradient(135deg, #a09dbb, #B49DBB);