#b8a2f8
a light, electric violet · warm · closest name: plum
RGB
184, 162, 248
HSL
255°, 86%, 80%
CMYK
26, 35, 0, 3
Luminance
0.4281
Every format
| HEX | #b8a2f8 |
| RGB | rgb(184, 162, 248) |
| HSL | hsl(255, 86%, 80%) |
| CMYK | cmyk(26%, 35%, 0%, 3%) |
| LAB | lab(71.4 25.8 -40.0) |
| LCH | lch(71.4 47.6 302.8) |
| OKLCH | oklch(0.764 0.123 295.1) |
Copy-ready code
/* CSS */
color: #b8a2f8;
background-color: #b8a2f8;
/* Tailwind (arbitrary) */
class="text-[#b8a2f8] bg-[#b8a2f8]"
/* SCSS */
$brand: #b8a2f8;
/* SwiftUI */
Color(red: 0.722, green: 0.635, blue: 0.973)
/* Android */
Color.parseColor("#b8a2f8")Accessibility — WCAG contrast
Aa
#b8a2f8 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8a2f8 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green63.5%
Blue97.3%
CMYK percentages
Cyan25.8%
Magenta34.7%
Yellow0.0%
Key (black)2.7%
Color previews
#b8a2f8 text on a black background
contrast 9.56:1
Card sample
#b8a2f8 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8a2f8;
Background color
Panel with #b8a2f8 background
background-color: #b8a2f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8a2f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 162, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 162, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8a2f8; background: linear-gradient(135deg, #b8a2f8, #F1A2F8);