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