#b751f0
a balanced, electric violet · warm · closest name: orchid
RGB
183, 81, 240
HSL
279°, 84%, 63%
CMYK
24, 66, 0, 6
Luminance
0.2224
Every format
| HEX | #b751f0 |
| RGB | rgb(183, 81, 240) |
| HSL | hsl(279, 84%, 63%) |
| CMYK | cmyk(24%, 66%, 0%, 6%) |
| LAB | lab(54.3 66.0 -62.8) |
| LCH | lch(54.3 91.1 316.5) |
| OKLCH | oklch(0.635 0.234 310.9) |
Copy-ready code
/* CSS */
color: #b751f0;
background-color: #b751f0;
/* Tailwind (arbitrary) */
class="text-[#b751f0] bg-[#b751f0]"
/* SCSS */
$brand: #b751f0;
/* SwiftUI */
Color(red: 0.718, green: 0.318, blue: 0.941)
/* Android */
Color.parseColor("#b751f0")Accessibility — WCAG contrast
Aa
#b751f0 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b751f0 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green31.8%
Blue94.1%
CMYK percentages
Cyan23.8%
Magenta66.3%
Yellow0.0%
Key (black)5.9%
Color previews
#b751f0 text on a black background
contrast 5.45:1
Card sample
#b751f0 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b751f0;
Background color
Panel with #b751f0 background
background-color: #b751f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b751f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 81, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 81, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b751f0; background: linear-gradient(135deg, #b751f0, #F051BF);