#b751fc
a light, electric violet · warm · closest name: magenta
RGB
183, 81, 252
HSL
276°, 97%, 65%
CMYK
27, 68, 0, 1
Luminance
0.2298
Every format
| HEX | #b751fc |
| RGB | rgb(183, 81, 252) |
| HSL | hsl(276, 97%, 65%) |
| CMYK | cmyk(27%, 68%, 0%, 1%) |
| LAB | lab(55.0 68.5 -68.2) |
| LCH | lch(55.0 96.7 315.1) |
| OKLCH | oklch(0.643 0.246 308.3) |
Copy-ready code
/* CSS */
color: #b751fc;
background-color: #b751fc;
/* Tailwind (arbitrary) */
class="text-[#b751fc] bg-[#b751fc]"
/* SCSS */
$brand: #b751fc;
/* SwiftUI */
Color(red: 0.718, green: 0.318, blue: 0.988)
/* Android */
Color.parseColor("#b751fc")Accessibility — WCAG contrast
Aa
#b751fc on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b751fc on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green31.8%
Blue98.8%
CMYK percentages
Cyan27.4%
Magenta67.9%
Yellow0.0%
Key (black)1.2%
Color previews
#b751fc text on a black background
contrast 5.60:1
Card sample
#b751fc text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b751fc;
Background color
Panel with #b751fc background
background-color: #b751fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b751fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 81, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 81, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b751fc; background: linear-gradient(135deg, #b751fc, #FC51CF);