#b7a2df
a light, vivid violet · warm · closest name: plum
RGB
183, 162, 223
HSL
261°, 49%, 76%
CMYK
18, 27, 0, 13
Luminance
0.4124
Every format
| HEX | #b7a2df |
| RGB | rgb(183, 162, 223) |
| HSL | hsl(261, 49%, 76%) |
| CMYK | cmyk(18%, 27%, 0%, 13%) |
| LAB | lab(70.3 19.7 -28.0) |
| LCH | lch(70.3 34.3 305.1) |
| OKLCH | oklch(0.752 0.089 300.1) |
Copy-ready code
/* CSS */
color: #b7a2df;
background-color: #b7a2df;
/* Tailwind (arbitrary) */
class="text-[#b7a2df] bg-[#b7a2df]"
/* SCSS */
$brand: #b7a2df;
/* SwiftUI */
Color(red: 0.718, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#b7a2df")Accessibility — WCAG contrast
Aa
#b7a2df on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7a2df on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green63.5%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b7a2df text on a black background
contrast 9.25:1
Card sample
#b7a2df text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7a2df;
Background color
Panel with #b7a2df background
background-color: #b7a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7a2df; background: linear-gradient(135deg, #b7a2df, #DFA2DE);