#b2a6df
a light, vivid blue · warm · closest name: plum
RGB
178, 166, 223
HSL
253°, 47%, 76%
CMYK
20, 26, 0, 13
Luminance
0.4207
Every format
| HEX | #b2a6df |
| RGB | rgb(178, 166, 223) |
| HSL | hsl(253, 47%, 76%) |
| CMYK | cmyk(20%, 26%, 0%, 13%) |
| LAB | lab(70.9 16.0 -27.2) |
| LCH | lch(70.9 31.5 300.4) |
| OKLCH | oklch(0.755 0.082 294.0) |
Copy-ready code
/* CSS */
color: #b2a6df;
background-color: #b2a6df;
/* Tailwind (arbitrary) */
class="text-[#b2a6df] bg-[#b2a6df]"
/* SCSS */
$brand: #b2a6df;
/* SwiftUI */
Color(red: 0.698, green: 0.651, blue: 0.875)
/* Android */
Color.parseColor("#b2a6df")Accessibility — WCAG contrast
Aa
#b2a6df on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2a6df on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green65.1%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta25.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b2a6df text on a black background
contrast 9.41:1
Card sample
#b2a6df text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2a6df;
Background color
Panel with #b2a6df background
background-color: #b2a6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2a6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 166, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 166, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2a6df; background: linear-gradient(135deg, #b2a6df, #D8A6DF);