#b33fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
179, 63, 223
HSL
284°, 71%, 56%
CMYK
20, 72, 0, 13
Luminance
0.1847
Every format
| HEX | #b33fdf |
| RGB | rgb(179, 63, 223) |
| HSL | hsl(284, 71%, 56%) |
| CMYK | cmyk(20%, 72%, 0%, 13%) |
| LAB | lab(50.1 69.1 -60.0) |
| LCH | lch(50.1 91.5 319.0) |
| OKLCH | oklch(0.600 0.239 314.9) |
Copy-ready code
/* CSS */
color: #b33fdf;
background-color: #b33fdf;
/* Tailwind (arbitrary) */
class="text-[#b33fdf] bg-[#b33fdf]"
/* SCSS */
$brand: #b33fdf;
/* SwiftUI */
Color(red: 0.702, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#b33fdf")Accessibility — WCAG contrast
Aa
#b33fdf on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b33fdf on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green24.7%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b33fdf text on a black background
contrast 4.69:1
Card sample
#b33fdf text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33fdf;
Background color
Panel with #b33fdf background
background-color: #b33fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33fdf; background: linear-gradient(135deg, #b33fdf, #DF3FA0);