#b490eb
a light, vivid violet · warm · closest name: plum
RGB
180, 144, 235
HSL
264°, 70%, 74%
CMYK
23, 39, 0, 8
Luminance
0.3565
Every format
| HEX | #b490eb |
| RGB | rgb(180, 144, 235) |
| HSL | hsl(264, 70%, 74%) |
| CMYK | cmyk(23%, 39%, 0%, 8%) |
| LAB | lab(66.3 31.6 -41.0) |
| LCH | lch(66.3 51.8 307.7) |
| OKLCH | oklch(0.722 0.134 301.4) |
Copy-ready code
/* CSS */
color: #b490eb;
background-color: #b490eb;
/* Tailwind (arbitrary) */
class="text-[#b490eb] bg-[#b490eb]"
/* SCSS */
$brand: #b490eb;
/* SwiftUI */
Color(red: 0.706, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#b490eb")Accessibility — WCAG contrast
Aa
#b490eb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b490eb on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green56.5%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b490eb text on a black background
contrast 8.13:1
Card sample
#b490eb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b490eb;
Background color
Panel with #b490eb background
background-color: #b490eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b490eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b490eb; background: linear-gradient(135deg, #b490eb, #EB90E5);