#bf52df
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 82, 223
HSL
286°, 69%, 60%
CMYK
14, 63, 0, 13
Luminance
0.2244
Every format
| HEX | #bf52df |
| RGB | rgb(191, 82, 223) |
| HSL | hsl(286, 69%, 60%) |
| CMYK | cmyk(14%, 63%, 0%, 13%) |
| LAB | lab(54.5 63.9 -52.8) |
| LCH | lch(54.5 82.9 320.4) |
| OKLCH | oklch(0.635 0.220 317.8) |
Copy-ready code
/* CSS */
color: #bf52df;
background-color: #bf52df;
/* Tailwind (arbitrary) */
class="text-[#bf52df] bg-[#bf52df]"
/* SCSS */
$brand: #bf52df;
/* SwiftUI */
Color(red: 0.749, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#bf52df")Accessibility — WCAG contrast
Aa
#bf52df on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf52df on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green32.2%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta63.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bf52df text on a black background
contrast 5.49:1
Card sample
#bf52df text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf52df;
Background color
Panel with #bf52df background
background-color: #bf52df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf52df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf52df; background: linear-gradient(135deg, #bf52df, #DF52A1);