#b2a2df
a light, vivid violet · warm · closest name: plum
RGB
178, 162, 223
HSL
256°, 49%, 76%
CMYK
20, 27, 0, 13
Luminance
0.4063
Every format
| HEX | #b2a2df |
| RGB | rgb(178, 162, 223) |
| HSL | hsl(256, 49%, 76%) |
| CMYK | cmyk(20%, 27%, 0%, 13%) |
| LAB | lab(69.9 18.2 -28.7) |
| LCH | lch(69.9 34.0 302.3) |
| OKLCH | oklch(0.748 0.088 296.2) |
Copy-ready code
/* CSS */
color: #b2a2df;
background-color: #b2a2df;
/* Tailwind (arbitrary) */
class="text-[#b2a2df] bg-[#b2a2df]"
/* SCSS */
$brand: #b2a2df;
/* SwiftUI */
Color(red: 0.698, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#b2a2df")Accessibility — WCAG contrast
Aa
#b2a2df on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2a2df on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green63.5%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b2a2df text on a black background
contrast 9.13:1
Card sample
#b2a2df text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2a2df;
Background color
Panel with #b2a2df background
background-color: #b2a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2a2df; background: linear-gradient(135deg, #b2a2df, #DBA2DF);