#b741df
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 65, 223
HSL
285°, 71%, 57%
CMYK
18, 71, 0, 13
Luminance
0.1918
Every format
| HEX | #b741df |
| RGB | rgb(183, 65, 223) |
| HSL | hsl(285, 71%, 57%) |
| CMYK | cmyk(18%, 71%, 0%, 13%) |
| LAB | lab(50.9 69.1 -58.6) |
| LCH | lch(50.9 90.7 319.7) |
| OKLCH | oklch(0.607 0.238 316.1) |
Copy-ready code
/* CSS */
color: #b741df;
background-color: #b741df;
/* Tailwind (arbitrary) */
class="text-[#b741df] bg-[#b741df]"
/* SCSS */
$brand: #b741df;
/* SwiftUI */
Color(red: 0.718, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#b741df")Accessibility — WCAG contrast
Aa
#b741df on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b741df on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green25.5%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b741df text on a black background
contrast 4.84:1
Card sample
#b741df text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b741df;
Background color
Panel with #b741df background
background-color: #b741df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b741df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b741df; background: linear-gradient(135deg, #b741df, #DF419E);