#bd4ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 77, 223
HSL
286°, 70%, 59%
CMYK
15, 66, 0, 13
Luminance
0.2145
Every format
| HEX | #bd4ddf |
| RGB | rgb(189, 77, 223) |
| HSL | hsl(286, 70%, 59%) |
| CMYK | cmyk(15%, 66%, 0%, 13%) |
| LAB | lab(53.4 65.6 -54.5) |
| LCH | lch(53.4 85.3 320.3) |
| OKLCH | oklch(0.627 0.226 317.4) |
Copy-ready code
/* CSS */
color: #bd4ddf;
background-color: #bd4ddf;
/* Tailwind (arbitrary) */
class="text-[#bd4ddf] bg-[#bd4ddf]"
/* SCSS */
$brand: #bd4ddf;
/* SwiftUI */
Color(red: 0.741, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#bd4ddf")Accessibility — WCAG contrast
Aa
#bd4ddf on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd4ddf on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green30.2%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bd4ddf text on a black background
contrast 5.29:1
Card sample
#bd4ddf text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd4ddf;
Background color
Panel with #bd4ddf background
background-color: #bd4ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd4ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd4ddf; background: linear-gradient(135deg, #bd4ddf, #DF4DA0);