#b8a0db
a light, vivid violet · warm · closest name: plum
RGB
184, 160, 219
HSL
264°, 45%, 74%
CMYK
16, 27, 0, 14
Luminance
0.4045
Every format
| HEX | #b8a0db |
| RGB | rgb(184, 160, 219) |
| HSL | hsl(264, 45%, 74%) |
| CMYK | cmyk(16%, 27%, 0%, 14%) |
| LAB | lab(69.8 20.3 -26.7) |
| LCH | lch(69.8 33.5 307.2) |
| OKLCH | oklch(0.747 0.087 303.0) |
Copy-ready code
/* CSS */
color: #b8a0db;
background-color: #b8a0db;
/* Tailwind (arbitrary) */
class="text-[#b8a0db] bg-[#b8a0db]"
/* SCSS */
$brand: #b8a0db;
/* SwiftUI */
Color(red: 0.722, green: 0.627, blue: 0.859)
/* Android */
Color.parseColor("#b8a0db")Accessibility — WCAG contrast
Aa
#b8a0db on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8a0db on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green62.7%
Blue85.9%
CMYK percentages
Cyan16.0%
Magenta26.9%
Yellow0.0%
Key (black)14.1%
Color previews
#b8a0db text on a black background
contrast 9.09:1
Card sample
#b8a0db text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8a0db;
Background color
Panel with #b8a0db background
background-color: #b8a0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8a0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 160, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 160, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8a0db; background: linear-gradient(135deg, #b8a0db, #DBA0D7);