#bd5cd2
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 92, 210
HSL
289°, 57%, 59%
CMYK
10, 56, 0, 18
Luminance
0.2313
Every format
| HEX | #bd5cd2 |
| RGB | rgb(189, 92, 210) |
| HSL | hsl(289, 57%, 59%) |
| CMYK | cmyk(10%, 56%, 0%, 18%) |
| LAB | lab(55.2 56.3 -44.3) |
| LCH | lch(55.2 71.7 321.8) |
| OKLCH | oklch(0.638 0.193 320.2) |
Copy-ready code
/* CSS */
color: #bd5cd2;
background-color: #bd5cd2;
/* Tailwind (arbitrary) */
class="text-[#bd5cd2] bg-[#bd5cd2]"
/* SCSS */
$brand: #bd5cd2;
/* SwiftUI */
Color(red: 0.741, green: 0.361, blue: 0.824)
/* Android */
Color.parseColor("#bd5cd2")Accessibility — WCAG contrast
Aa
#bd5cd2 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd5cd2 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green36.1%
Blue82.4%
CMYK percentages
Cyan10.0%
Magenta56.2%
Yellow0.0%
Key (black)17.6%
Color previews
#bd5cd2 text on a black background
contrast 5.63:1
Card sample
#bd5cd2 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd5cd2;
Background color
Panel with #bd5cd2 background
background-color: #bd5cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd5cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 92, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 92, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd5cd2; background: linear-gradient(135deg, #bd5cd2, #D25C98);