#bd5bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 91, 223
HSL
285°, 67%, 62%
CMYK
15, 59, 0, 13
Luminance
0.2363
Every format
| HEX | #bd5bdf |
| RGB | rgb(189, 91, 223) |
| HSL | hsl(285, 67%, 62%) |
| CMYK | cmyk(15%, 59%, 0%, 13%) |
| LAB | lab(55.7 59.4 -50.9) |
| LCH | lch(55.7 78.2 319.4) |
| OKLCH | oklch(0.644 0.207 316.5) |
Copy-ready code
/* CSS */
color: #bd5bdf;
background-color: #bd5bdf;
/* Tailwind (arbitrary) */
class="text-[#bd5bdf] bg-[#bd5bdf]"
/* SCSS */
$brand: #bd5bdf;
/* SwiftUI */
Color(red: 0.741, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#bd5bdf")Accessibility — WCAG contrast
Aa
#bd5bdf on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd5bdf on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green35.7%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bd5bdf text on a black background
contrast 5.73:1
Card sample
#bd5bdf text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd5bdf;
Background color
Panel with #bd5bdf background
background-color: #bd5bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd5bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd5bdf; background: linear-gradient(135deg, #bd5bdf, #DF5BA9);