#b760eb
a balanced, electric violet · warm · closest name: orchid
RGB
183, 96, 235
HSL
278°, 78%, 65%
CMYK
22, 59, 0, 8
Luminance
0.2443
Every format
| HEX | #b760eb |
| RGB | rgb(183, 96, 235) |
| HSL | hsl(278, 78%, 65%) |
| CMYK | cmyk(22%, 59%, 0%, 8%) |
| LAB | lab(56.5 58.0 -56.4) |
| LCH | lch(56.5 80.9 315.8) |
| OKLCH | oklch(0.650 0.209 310.8) |
Copy-ready code
/* CSS */
color: #b760eb;
background-color: #b760eb;
/* Tailwind (arbitrary) */
class="text-[#b760eb] bg-[#b760eb]"
/* SCSS */
$brand: #b760eb;
/* SwiftUI */
Color(red: 0.718, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#b760eb")Accessibility — WCAG contrast
Aa
#b760eb on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b760eb on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green37.6%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b760eb text on a black background
contrast 5.89:1
Card sample
#b760eb text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b760eb;
Background color
Panel with #b760eb background
background-color: #b760eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b760eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b760eb; background: linear-gradient(135deg, #b760eb, #EB60C2);