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