#bd5fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 95, 223
HSL
284°, 67%, 62%
CMYK
15, 57, 0, 13
Luminance
0.2433
Every format
| HEX | #bd5fdf |
| RGB | rgb(189, 95, 223) |
| HSL | hsl(284, 67%, 62%) |
| CMYK | cmyk(15%, 57%, 0%, 13%) |
| LAB | lab(56.4 57.5 -49.8) |
| LCH | lch(56.4 76.0 319.1) |
| OKLCH | oklch(0.649 0.201 316.2) |
Copy-ready code
/* CSS */
color: #bd5fdf;
background-color: #bd5fdf;
/* Tailwind (arbitrary) */
class="text-[#bd5fdf] bg-[#bd5fdf]"
/* SCSS */
$brand: #bd5fdf;
/* SwiftUI */
Color(red: 0.741, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#bd5fdf")Accessibility — WCAG contrast
Aa
#bd5fdf on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd5fdf on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green37.3%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bd5fdf text on a black background
contrast 5.87:1
Card sample
#bd5fdf text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd5fdf;
Background color
Panel with #bd5fdf background
background-color: #bd5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd5fdf; background: linear-gradient(135deg, #bd5fdf, #DF5FAC);