#b34fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 79, 223
HSL
282°, 69%, 59%
CMYK
20, 65, 0, 13
Luminance
0.2050
Every format
| HEX | #b34fdf |
| RGB | rgb(179, 79, 223) |
| HSL | hsl(282, 69%, 59%) |
| CMYK | cmyk(20%, 65%, 0%, 13%) |
| LAB | lab(52.4 62.5 -56.3) |
| LCH | lch(52.4 84.1 318.0) |
| OKLCH | oklch(0.617 0.219 313.8) |
Copy-ready code
/* CSS */
color: #b34fdf;
background-color: #b34fdf;
/* Tailwind (arbitrary) */
class="text-[#b34fdf] bg-[#b34fdf]"
/* SCSS */
$brand: #b34fdf;
/* SwiftUI */
Color(red: 0.702, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#b34fdf")Accessibility — WCAG contrast
Aa
#b34fdf on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b34fdf on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green31.0%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b34fdf text on a black background
contrast 5.10:1
Card sample
#b34fdf text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b34fdf;
Background color
Panel with #b34fdf background
background-color: #b34fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b34fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b34fdf; background: linear-gradient(135deg, #b34fdf, #DF4FAB);