#bd6fd7
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 111, 215
HSL
285°, 57%, 64%
CMYK
12, 48, 0, 16
Luminance
0.2709
Every format
| HEX | #bd6fd7 |
| RGB | rgb(189, 111, 215) |
| HSL | hsl(285, 57%, 64%) |
| CMYK | cmyk(12%, 48%, 0%, 16%) |
| LAB | lab(59.1 47.8 -41.1) |
| LCH | lch(59.1 63.0 319.3) |
| OKLCH | oklch(0.667 0.168 317.2) |
Copy-ready code
/* CSS */
color: #bd6fd7;
background-color: #bd6fd7;
/* Tailwind (arbitrary) */
class="text-[#bd6fd7] bg-[#bd6fd7]"
/* SCSS */
$brand: #bd6fd7;
/* SwiftUI */
Color(red: 0.741, green: 0.435, blue: 0.843)
/* Android */
Color.parseColor("#bd6fd7")Accessibility — WCAG contrast
Aa
#bd6fd7 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd6fd7 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green43.5%
Blue84.3%
CMYK percentages
Cyan12.1%
Magenta48.4%
Yellow0.0%
Key (black)15.7%
Color previews
#bd6fd7 text on a black background
contrast 6.42:1
Card sample
#bd6fd7 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd6fd7;
Background color
Panel with #bd6fd7 background
background-color: #bd6fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd6fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 111, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 111, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd6fd7; background: linear-gradient(135deg, #bd6fd7, #D76FAC);