#b73fd3
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 63, 211
HSL
289°, 63%, 54%
CMYK
13, 70, 0, 17
Luminance
0.1833
Every format
| HEX | #b73fd3 |
| RGB | rgb(183, 63, 211) |
| HSL | hsl(289, 63%, 54%) |
| CMYK | cmyk(13%, 70%, 0%, 17%) |
| LAB | lab(49.9 67.6 -53.4) |
| LCH | lch(49.9 86.2 321.7) |
| OKLCH | oklch(0.598 0.230 319.3) |
Copy-ready code
/* CSS */
color: #b73fd3;
background-color: #b73fd3;
/* Tailwind (arbitrary) */
class="text-[#b73fd3] bg-[#b73fd3]"
/* SCSS */
$brand: #b73fd3;
/* SwiftUI */
Color(red: 0.718, green: 0.247, blue: 0.827)
/* Android */
Color.parseColor("#b73fd3")Accessibility — WCAG contrast
Aa
#b73fd3 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b73fd3 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green24.7%
Blue82.7%
CMYK percentages
Cyan13.3%
Magenta70.1%
Yellow0.0%
Key (black)17.3%
Color previews
#b73fd3 text on a black background
contrast 4.67:1
Card sample
#b73fd3 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73fd3;
Background color
Panel with #b73fd3 background
background-color: #b73fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 63, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 63, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73fd3; background: linear-gradient(135deg, #b73fd3, #D33F8C);