#b751ec
a balanced, electric violet · warm · closest name: orchid
RGB
183, 81, 236
HSL
280°, 80%, 62%
CMYK
23, 66, 0, 8
Luminance
0.2201
Every format
| HEX | #b751ec |
| RGB | rgb(183, 81, 236) |
| HSL | hsl(280, 80%, 62%) |
| CMYK | cmyk(23%, 66%, 0%, 8%) |
| LAB | lab(54.0 65.2 -60.9) |
| LCH | lch(54.0 89.2 316.9) |
| OKLCH | oklch(0.632 0.231 311.9) |
Copy-ready code
/* CSS */
color: #b751ec;
background-color: #b751ec;
/* Tailwind (arbitrary) */
class="text-[#b751ec] bg-[#b751ec]"
/* SCSS */
$brand: #b751ec;
/* SwiftUI */
Color(red: 0.718, green: 0.318, blue: 0.925)
/* Android */
Color.parseColor("#b751ec")Accessibility — WCAG contrast
Aa
#b751ec on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b751ec on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green31.8%
Blue92.5%
CMYK percentages
Cyan22.5%
Magenta65.7%
Yellow0.0%
Key (black)7.5%
Color previews
#b751ec text on a black background
contrast 5.40:1
Card sample
#b751ec text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b751ec;
Background color
Panel with #b751ec background
background-color: #b751ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b751ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 81, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 81, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b751ec; background: linear-gradient(135deg, #b751ec, #EC51BA);