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