#b890eb
a light, vivid violet · warm · closest name: plum
RGB
184, 144, 235
HSL
266°, 70%, 74%
CMYK
22, 39, 0, 8
Luminance
0.3614
Every format
| HEX | #b890eb |
| RGB | rgb(184, 144, 235) |
| HSL | hsl(266, 70%, 74%) |
| CMYK | cmyk(22%, 39%, 0%, 8%) |
| LAB | lab(66.6 32.8 -40.4) |
| LCH | lch(66.6 52.0 309.1) |
| OKLCH | oklch(0.725 0.135 303.5) |
Copy-ready code
/* CSS */
color: #b890eb;
background-color: #b890eb;
/* Tailwind (arbitrary) */
class="text-[#b890eb] bg-[#b890eb]"
/* SCSS */
$brand: #b890eb;
/* SwiftUI */
Color(red: 0.722, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#b890eb")Accessibility — WCAG contrast
Aa
#b890eb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b890eb on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green56.5%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b890eb text on a black background
contrast 8.23:1
Card sample
#b890eb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b890eb;
Background color
Panel with #b890eb background
background-color: #b890eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b890eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b890eb; background: linear-gradient(135deg, #b890eb, #EB90E1);