#bd6cd3
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 108, 211
HSL
287°, 54%, 63%
CMYK
10, 49, 0, 17
Luminance
0.2625
Every format
| HEX | #bd6cd3 |
| RGB | rgb(189, 108, 211) |
| HSL | hsl(287, 54%, 63%) |
| CMYK | cmyk(10%, 49%, 0%, 17%) |
| LAB | lab(58.3 48.5 -40.1) |
| LCH | lch(58.3 62.9 320.5) |
| OKLCH | oklch(0.660 0.168 318.8) |
Copy-ready code
/* CSS */
color: #bd6cd3;
background-color: #bd6cd3;
/* Tailwind (arbitrary) */
class="text-[#bd6cd3] bg-[#bd6cd3]"
/* SCSS */
$brand: #bd6cd3;
/* SwiftUI */
Color(red: 0.741, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#bd6cd3")Accessibility — WCAG contrast
Aa
#bd6cd3 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd6cd3 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green42.4%
Blue82.7%
CMYK percentages
Cyan10.4%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#bd6cd3 text on a black background
contrast 6.25:1
Card sample
#bd6cd3 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd6cd3;
Background color
Panel with #bd6cd3 background
background-color: #bd6cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd6cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd6cd3; background: linear-gradient(135deg, #bd6cd3, #D36CA4);