#b751ff
a light, electric violet · warm · closest name: magenta
RGB
183, 81, 255
HSL
275°, 100%, 66%
CMYK
28, 68, 0, 0
Luminance
0.2317
Every format
| HEX | #b751ff |
| RGB | rgb(183, 81, 255) |
| HSL | hsl(275, 100%, 66%) |
| CMYK | cmyk(28%, 68%, 0%, 0%) |
| LAB | lab(55.3 69.2 -69.5) |
| LCH | lch(55.3 98.1 314.9) |
| OKLCH | oklch(0.645 0.249 307.6) |
Copy-ready code
/* CSS */
color: #b751ff;
background-color: #b751ff;
/* Tailwind (arbitrary) */
class="text-[#b751ff] bg-[#b751ff]"
/* SCSS */
$brand: #b751ff;
/* SwiftUI */
Color(red: 0.718, green: 0.318, blue: 1.000)
/* Android */
Color.parseColor("#b751ff")Accessibility — WCAG contrast
Aa
#b751ff on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b751ff on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green31.8%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta68.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b751ff text on a black background
contrast 5.63:1
Card sample
#b751ff text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b751ff;
Background color
Panel with #b751ff background
background-color: #b751ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b751ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 81, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 81, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b751ff; background: linear-gradient(135deg, #b751ff, #FF51D3);