#b458eb
a balanced, electric violet · warm · closest name: orchid
RGB
180, 88, 235
HSL
278°, 79%, 63%
CMYK
23, 63, 0, 8
Luminance
0.2268
Every format
| HEX | #b458eb |
| RGB | rgb(180, 88, 235) |
| HSL | hsl(278, 79%, 63%) |
| CMYK | cmyk(23%, 63%, 0%, 8%) |
| LAB | lab(54.7 61.2 -59.2) |
| LCH | lch(54.7 85.2 315.9) |
| OKLCH | oklch(0.636 0.220 310.5) |
Copy-ready code
/* CSS */
color: #b458eb;
background-color: #b458eb;
/* Tailwind (arbitrary) */
class="text-[#b458eb] bg-[#b458eb]"
/* SCSS */
$brand: #b458eb;
/* SwiftUI */
Color(red: 0.706, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#b458eb")Accessibility — WCAG contrast
Aa
#b458eb on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b458eb on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green34.5%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta62.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b458eb text on a black background
contrast 5.54:1
Card sample
#b458eb text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b458eb;
Background color
Panel with #b458eb background
background-color: #b458eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b458eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b458eb; background: linear-gradient(135deg, #b458eb, #EB58C0);