#bd64df
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 100, 223
HSL
283°, 66%, 63%
CMYK
15, 55, 0, 13
Luminance
0.2526
Every format
| HEX | #bd64df |
| RGB | rgb(189, 100, 223) |
| HSL | hsl(283, 66%, 63%) |
| CMYK | cmyk(15%, 55%, 0%, 13%) |
| LAB | lab(57.3 55.0 -48.3) |
| LCH | lch(57.3 73.2 318.7) |
| OKLCH | oklch(0.655 0.193 315.8) |
Copy-ready code
/* CSS */
color: #bd64df;
background-color: #bd64df;
/* Tailwind (arbitrary) */
class="text-[#bd64df] bg-[#bd64df]"
/* SCSS */
$brand: #bd64df;
/* SwiftUI */
Color(red: 0.741, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#bd64df")Accessibility — WCAG contrast
Aa
#bd64df on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd64df on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green39.2%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bd64df text on a black background
contrast 6.05:1
Card sample
#bd64df text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd64df;
Background color
Panel with #bd64df background
background-color: #bd64df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd64df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd64df; background: linear-gradient(135deg, #bd64df, #DF64AF);