#b7a7df
a light, vivid violet · warm · closest name: plum
RGB
183, 167, 223
HSL
257°, 47%, 77%
CMYK
18, 25, 0, 13
Luminance
0.4303
Every format
| HEX | #b7a7df |
| RGB | rgb(183, 167, 223) |
| HSL | hsl(257, 47%, 77%) |
| CMYK | cmyk(18%, 25%, 0%, 13%) |
| LAB | lab(71.6 17.0 -26.1) |
| LCH | lch(71.6 31.2 303.0) |
| OKLCH | oklch(0.761 0.081 297.6) |
Copy-ready code
/* CSS */
color: #b7a7df;
background-color: #b7a7df;
/* Tailwind (arbitrary) */
class="text-[#b7a7df] bg-[#b7a7df]"
/* SCSS */
$brand: #b7a7df;
/* SwiftUI */
Color(red: 0.718, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#b7a7df")Accessibility — WCAG contrast
Aa
#b7a7df on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7a7df on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green65.5%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b7a7df text on a black background
contrast 9.61:1
Card sample
#b7a7df text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7a7df;
Background color
Panel with #b7a7df background
background-color: #b7a7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7a7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7a7df; background: linear-gradient(135deg, #b7a7df, #DCA7DF);