#bd4fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 79, 223
HSL
286°, 69%, 59%
CMYK
15, 65, 0, 13
Luminance
0.2174
Every format
| HEX | #bd4fdf |
| RGB | rgb(189, 79, 223) |
| HSL | hsl(286, 69%, 59%) |
| CMYK | cmyk(15%, 65%, 0%, 13%) |
| LAB | lab(53.8 64.8 -54.0) |
| LCH | lch(53.8 84.3 320.2) |
| OKLCH | oklch(0.629 0.223 317.3) |
Copy-ready code
/* CSS */
color: #bd4fdf;
background-color: #bd4fdf;
/* Tailwind (arbitrary) */
class="text-[#bd4fdf] bg-[#bd4fdf]"
/* SCSS */
$brand: #bd4fdf;
/* SwiftUI */
Color(red: 0.741, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#bd4fdf")Accessibility — WCAG contrast
Aa
#bd4fdf on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd4fdf on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green31.0%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bd4fdf text on a black background
contrast 5.35:1
Card sample
#bd4fdf text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd4fdf;
Background color
Panel with #bd4fdf background
background-color: #bd4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd4fdf; background: linear-gradient(135deg, #bd4fdf, #DF4FA1);