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