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