#b461eb
a light, electric violet · warm · closest name: orchid
RGB
180, 97, 235
HSL
276°, 78%, 65%
CMYK
23, 59, 0, 8
Luminance
0.2425
Every format
| HEX | #b461eb |
| RGB | rgb(180, 97, 235) |
| HSL | hsl(276, 78%, 65%) |
| CMYK | cmyk(23%, 59%, 0%, 8%) |
| LAB | lab(56.3 56.8 -56.7) |
| LCH | lch(56.3 80.3 315.1) |
| OKLCH | oklch(0.648 0.207 309.6) |
Copy-ready code
/* CSS */
color: #b461eb;
background-color: #b461eb;
/* Tailwind (arbitrary) */
class="text-[#b461eb] bg-[#b461eb]"
/* SCSS */
$brand: #b461eb;
/* SwiftUI */
Color(red: 0.706, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#b461eb")Accessibility — WCAG contrast
Aa
#b461eb on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b461eb on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green38.0%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b461eb text on a black background
contrast 5.85:1
Card sample
#b461eb text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b461eb;
Background color
Panel with #b461eb background
background-color: #b461eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b461eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b461eb; background: linear-gradient(135deg, #b461eb, #EB61C6);