#b3a3df
a light, vivid violet · warm · closest name: plum
RGB
179, 163, 223
HSL
256°, 48%, 76%
CMYK
20, 27, 0, 13
Luminance
0.4111
Every format
| HEX | #b3a3df |
| RGB | rgb(179, 163, 223) |
| HSL | hsl(256, 48%, 76%) |
| CMYK | cmyk(20%, 27%, 0%, 13%) |
| LAB | lab(70.3 17.9 -28.2) |
| LCH | lch(70.3 33.4 302.5) |
| OKLCH | oklch(0.750 0.087 296.5) |
Copy-ready code
/* CSS */
color: #b3a3df;
background-color: #b3a3df;
/* Tailwind (arbitrary) */
class="text-[#b3a3df] bg-[#b3a3df]"
/* SCSS */
$brand: #b3a3df;
/* SwiftUI */
Color(red: 0.702, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#b3a3df")Accessibility — WCAG contrast
Aa
#b3a3df on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3a3df on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green63.9%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta26.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b3a3df text on a black background
contrast 9.22:1
Card sample
#b3a3df text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3a3df;
Background color
Panel with #b3a3df background
background-color: #b3a3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3a3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3a3df; background: linear-gradient(135deg, #b3a3df, #DBA3DF);