#b3a2db
a light, soft violet · warm · closest name: plum
RGB
179, 162, 219
HSL
258°, 44%, 75%
CMYK
18, 26, 0, 14
Luminance
0.4054
Every format
| HEX | #b3a2db |
| RGB | rgb(179, 162, 219) |
| HSL | hsl(258, 44%, 75%) |
| CMYK | cmyk(18%, 26%, 0%, 14%) |
| LAB | lab(69.8 17.6 -26.6) |
| LCH | lch(69.8 31.9 303.5) |
| OKLCH | oklch(0.747 0.083 298.1) |
Copy-ready code
/* CSS */
color: #b3a2db;
background-color: #b3a2db;
/* Tailwind (arbitrary) */
class="text-[#b3a2db] bg-[#b3a2db]"
/* SCSS */
$brand: #b3a2db;
/* SwiftUI */
Color(red: 0.702, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#b3a2db")Accessibility — WCAG contrast
Aa
#b3a2db on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3a2db on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green63.5%
Blue85.9%
CMYK percentages
Cyan18.3%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#b3a2db text on a black background
contrast 9.11:1
Card sample
#b3a2db text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3a2db;
Background color
Panel with #b3a2db background
background-color: #b3a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3a2db; background: linear-gradient(135deg, #b3a2db, #D9A2DB);