#bf33df
a balanced, vivid violet · warm · closest name: magenta
RGB
191, 51, 223
HSL
289°, 73%, 54%
CMYK
14, 77, 0, 13
Luminance
0.1877
Every format
| HEX | #bf33df |
| RGB | rgb(191, 51, 223) |
| HSL | hsl(289, 73%, 54%) |
| CMYK | cmyk(14%, 77%, 0%, 13%) |
| LAB | lab(50.4 75.4 -59.3) |
| LCH | lch(50.4 96.0 321.8) |
| OKLCH | oklch(0.606 0.255 319.2) |
Copy-ready code
/* CSS */
color: #bf33df;
background-color: #bf33df;
/* Tailwind (arbitrary) */
class="text-[#bf33df] bg-[#bf33df]"
/* SCSS */
$brand: #bf33df;
/* SwiftUI */
Color(red: 0.749, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#bf33df")Accessibility — WCAG contrast
Aa
#bf33df on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf33df on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green20.0%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bf33df text on a black background
contrast 4.75:1
Card sample
#bf33df text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf33df;
Background color
Panel with #bf33df background
background-color: #bf33df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf33df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf33df; background: linear-gradient(135deg, #bf33df, #DF338C);