#b74bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 75, 223
HSL
284°, 70%, 58%
CMYK
18, 66, 0, 13
Luminance
0.2043
Every format
| HEX | #b74bdf |
| RGB | rgb(183, 75, 223) |
| HSL | hsl(284, 70%, 58%) |
| CMYK | cmyk(18%, 66%, 0%, 13%) |
| LAB | lab(52.3 65.1 -56.4) |
| LCH | lch(52.3 86.1 319.1) |
| OKLCH | oklch(0.617 0.226 315.5) |
Copy-ready code
/* CSS */
color: #b74bdf;
background-color: #b74bdf;
/* Tailwind (arbitrary) */
class="text-[#b74bdf] bg-[#b74bdf]"
/* SCSS */
$brand: #b74bdf;
/* SwiftUI */
Color(red: 0.718, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#b74bdf")Accessibility — WCAG contrast
Aa
#b74bdf on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b74bdf on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green29.4%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b74bdf text on a black background
contrast 5.09:1
Card sample
#b74bdf text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b74bdf;
Background color
Panel with #b74bdf background
background-color: #b74bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b74bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b74bdf; background: linear-gradient(135deg, #b74bdf, #DF4BA4);