#b6a3ff
a light, electric blue · warm · closest name: plum
RGB
182, 163, 255
HSL
252°, 100%, 82%
CMYK
29, 36, 0, 0
Luminance
0.4336
Every format
| HEX | #b6a3ff |
| RGB | rgb(182, 163, 255) |
| HSL | hsl(252, 100%, 82%) |
| CMYK | cmyk(29%, 36%, 0%, 0%) |
| LAB | lab(71.8 26.4 -43.2) |
| LCH | lch(71.8 50.6 301.4) |
| OKLCH | oklch(0.767 0.131 292.5) |
Copy-ready code
/* CSS */
color: #b6a3ff;
background-color: #b6a3ff;
/* Tailwind (arbitrary) */
class="text-[#b6a3ff] bg-[#b6a3ff]"
/* SCSS */
$brand: #b6a3ff;
/* SwiftUI */
Color(red: 0.714, green: 0.639, blue: 1.000)
/* Android */
Color.parseColor("#b6a3ff")Accessibility — WCAG contrast
Aa
#b6a3ff on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6a3ff on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green63.9%
Blue100.0%
CMYK percentages
Cyan28.6%
Magenta36.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b6a3ff text on a black background
contrast 9.67:1
Card sample
#b6a3ff text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6a3ff;
Background color
Panel with #b6a3ff background
background-color: #b6a3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6a3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 163, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 163, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6a3ff; background: linear-gradient(135deg, #b6a3ff, #F3A3FF);