#b34cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 76, 223
HSL
282°, 70%, 59%
CMYK
20, 66, 0, 13
Luminance
0.2008
Every format
| HEX | #b34cdf |
| RGB | rgb(179, 76, 223) |
| HSL | hsl(282, 70%, 59%) |
| CMYK | cmyk(20%, 66%, 0%, 13%) |
| LAB | lab(51.9 63.8 -57.0) |
| LCH | lch(51.9 85.6 318.2) |
| OKLCH | oklch(0.613 0.223 314.1) |
Copy-ready code
/* CSS */
color: #b34cdf;
background-color: #b34cdf;
/* Tailwind (arbitrary) */
class="text-[#b34cdf] bg-[#b34cdf]"
/* SCSS */
$brand: #b34cdf;
/* SwiftUI */
Color(red: 0.702, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#b34cdf")Accessibility — WCAG contrast
Aa
#b34cdf on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b34cdf on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green29.8%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b34cdf text on a black background
contrast 5.02:1
Card sample
#b34cdf text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b34cdf;
Background color
Panel with #b34cdf background
background-color: #b34cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b34cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b34cdf; background: linear-gradient(135deg, #b34cdf, #DF4CA9);