#b4a2df
a light, vivid violet · warm · closest name: plum
RGB
180, 162, 223
HSL
258°, 49%, 76%
CMYK
19, 27, 0, 13
Luminance
0.4087
Every format
| HEX | #b4a2df |
| RGB | rgb(180, 162, 223) |
| HSL | hsl(258, 49%, 76%) |
| CMYK | cmyk(19%, 27%, 0%, 13%) |
| LAB | lab(70.1 18.8 -28.4) |
| LCH | lch(70.1 34.1 303.5) |
| OKLCH | oklch(0.749 0.088 297.8) |
Copy-ready code
/* CSS */
color: #b4a2df;
background-color: #b4a2df;
/* Tailwind (arbitrary) */
class="text-[#b4a2df] bg-[#b4a2df]"
/* SCSS */
$brand: #b4a2df;
/* SwiftUI */
Color(red: 0.706, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#b4a2df")Accessibility — WCAG contrast
Aa
#b4a2df on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4a2df on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green63.5%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b4a2df text on a black background
contrast 9.17:1
Card sample
#b4a2df text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4a2df;
Background color
Panel with #b4a2df background
background-color: #b4a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4a2df; background: linear-gradient(135deg, #b4a2df, #DDA2DF);