#bf22df
a balanced, vivid violet · warm · closest name: magenta
RGB
191, 34, 223
HSL
290°, 75%, 50%
CMYK
14, 85, 0, 13
Luminance
0.1755
Every format
| HEX | #bf22df |
| RGB | rgb(191, 34, 223) |
| HSL | hsl(290, 75%, 50%) |
| CMYK | cmyk(14%, 85%, 0%, 13%) |
| LAB | lab(49.0 79.7 -61.7) |
| LCH | lch(49.0 100.8 322.3) |
| OKLCH | oklch(0.596 0.268 319.6) |
Copy-ready code
/* CSS */
color: #bf22df;
background-color: #bf22df;
/* Tailwind (arbitrary) */
class="text-[#bf22df] bg-[#bf22df]"
/* SCSS */
$brand: #bf22df;
/* SwiftUI */
Color(red: 0.749, green: 0.133, blue: 0.875)
/* Android */
Color.parseColor("#bf22df")Accessibility — WCAG contrast
Aa
#bf22df on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf22df on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green13.3%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta84.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bf22df text on a black background
contrast 4.51:1
Card sample
#bf22df text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf22df;
Background color
Panel with #bf22df background
background-color: #bf22df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf22df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 34, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 34, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf22df; background: linear-gradient(135deg, #bf22df, #DF2281);