#bd5ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 93, 223
HSL
284°, 67%, 62%
CMYK
15, 58, 0, 13
Luminance
0.2398
Every format
| HEX | #bd5ddf |
| RGB | rgb(189, 93, 223) |
| HSL | hsl(284, 67%, 62%) |
| CMYK | cmyk(15%, 58%, 0%, 13%) |
| LAB | lab(56.1 58.4 -50.3) |
| LCH | lch(56.1 77.1 319.3) |
| OKLCH | oklch(0.646 0.204 316.3) |
Copy-ready code
/* CSS */
color: #bd5ddf;
background-color: #bd5ddf;
/* Tailwind (arbitrary) */
class="text-[#bd5ddf] bg-[#bd5ddf]"
/* SCSS */
$brand: #bd5ddf;
/* SwiftUI */
Color(red: 0.741, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#bd5ddf")Accessibility — WCAG contrast
Aa
#bd5ddf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd5ddf on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green36.5%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bd5ddf text on a black background
contrast 5.80:1
Card sample
#bd5ddf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd5ddf;
Background color
Panel with #bd5ddf background
background-color: #bd5ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd5ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd5ddf; background: linear-gradient(135deg, #bd5ddf, #DF5DAA);