#b9a2db
a light, soft violet · warm · closest name: plum
RGB
185, 162, 219
HSL
264°, 44%, 75%
CMYK
16, 26, 0, 14
Luminance
0.4127
Every format
| HEX | #b9a2db |
| RGB | rgb(185, 162, 219) |
| HSL | hsl(264, 44%, 75%) |
| CMYK | cmyk(16%, 26%, 0%, 14%) |
| LAB | lab(70.4 19.5 -25.8) |
| LCH | lch(70.4 32.3 307.1) |
| OKLCH | oklch(0.752 0.084 302.9) |
Copy-ready code
/* CSS */
color: #b9a2db;
background-color: #b9a2db;
/* Tailwind (arbitrary) */
class="text-[#b9a2db] bg-[#b9a2db]"
/* SCSS */
$brand: #b9a2db;
/* SwiftUI */
Color(red: 0.725, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#b9a2db")Accessibility — WCAG contrast
Aa
#b9a2db on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9a2db on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green63.5%
Blue85.9%
CMYK percentages
Cyan15.5%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#b9a2db text on a black background
contrast 9.25:1
Card sample
#b9a2db text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9a2db;
Background color
Panel with #b9a2db background
background-color: #b9a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9a2db; background: linear-gradient(135deg, #b9a2db, #DBA2D7);