#b894eb
a light, vivid violet · warm · closest name: plum
RGB
184, 148, 235
HSL
265°, 69%, 75%
CMYK
22, 37, 0, 8
Luminance
0.3737
Every format
| HEX | #b894eb |
| RGB | rgb(184, 148, 235) |
| HSL | hsl(265, 69%, 75%) |
| CMYK | cmyk(22%, 37%, 0%, 8%) |
| LAB | lab(67.5 30.6 -38.9) |
| LCH | lch(67.5 49.5 308.1) |
| OKLCH | oklch(0.732 0.128 302.4) |
Copy-ready code
/* CSS */
color: #b894eb;
background-color: #b894eb;
/* Tailwind (arbitrary) */
class="text-[#b894eb] bg-[#b894eb]"
/* SCSS */
$brand: #b894eb;
/* SwiftUI */
Color(red: 0.722, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#b894eb")Accessibility — WCAG contrast
Aa
#b894eb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b894eb on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green58.0%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta37.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b894eb text on a black background
contrast 8.47:1
Card sample
#b894eb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b894eb;
Background color
Panel with #b894eb background
background-color: #b894eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b894eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b894eb; background: linear-gradient(135deg, #b894eb, #EB94E4);