#b484eb
a light, vivid violet · warm · closest name: orchid
RGB
180, 132, 235
HSL
268°, 72%, 72%
CMYK
23, 44, 0, 8
Luminance
0.3220
Every format
| HEX | #b484eb |
| RGB | rgb(180, 132, 235) |
| HSL | hsl(268, 72%, 72%) |
| CMYK | cmyk(23%, 44%, 0%, 8%) |
| LAB | lab(63.5 38.3 -45.3) |
| LCH | lch(63.5 59.3 310.2) |
| OKLCH | oklch(0.701 0.153 304.2) |
Copy-ready code
/* CSS */
color: #b484eb;
background-color: #b484eb;
/* Tailwind (arbitrary) */
class="text-[#b484eb] bg-[#b484eb]"
/* SCSS */
$brand: #b484eb;
/* SwiftUI */
Color(red: 0.706, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#b484eb")Accessibility — WCAG contrast
Aa
#b484eb on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b484eb on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green51.8%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b484eb text on a black background
contrast 7.44:1
Card sample
#b484eb text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b484eb;
Background color
Panel with #b484eb background
background-color: #b484eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b484eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b484eb; background: linear-gradient(135deg, #b484eb, #EB84DD);