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