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