#b451eb
a balanced, electric violet · warm · closest name: orchid
RGB
180, 81, 235
HSL
279°, 79%, 62%
CMYK
23, 66, 0, 8
Luminance
0.2159
Every format
| HEX | #b451eb |
| RGB | rgb(180, 81, 235) |
| HSL | hsl(279, 79%, 62%) |
| CMYK | cmyk(23%, 66%, 0%, 8%) |
| LAB | lab(53.6 64.3 -61.1) |
| LCH | lch(53.6 88.7 316.5) |
| OKLCH | oklch(0.628 0.229 311.1) |
Copy-ready code
/* CSS */
color: #b451eb;
background-color: #b451eb;
/* Tailwind (arbitrary) */
class="text-[#b451eb] bg-[#b451eb]"
/* SCSS */
$brand: #b451eb;
/* SwiftUI */
Color(red: 0.706, green: 0.318, blue: 0.922)
/* Android */
Color.parseColor("#b451eb")Accessibility — WCAG contrast
Aa
#b451eb on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b451eb on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green31.8%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta65.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b451eb text on a black background
contrast 5.32:1
Card sample
#b451eb text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b451eb;
Background color
Panel with #b451eb background
background-color: #b451eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b451eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 81, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 81, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b451eb; background: linear-gradient(135deg, #b451eb, #EB51BB);