#b94ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
185, 77, 223
HSL
284°, 70%, 59%
CMYK
17, 66, 0, 13
Luminance
0.2095
Every format
| HEX | #b94ddf |
| RGB | rgb(185, 77, 223) |
| HSL | hsl(284, 70%, 59%) |
| CMYK | cmyk(17%, 66%, 0%, 13%) |
| LAB | lab(52.9 64.7 -55.4) |
| LCH | lch(52.9 85.2 319.4) |
| OKLCH | oklch(0.622 0.224 316.0) |
Copy-ready code
/* CSS */
color: #b94ddf;
background-color: #b94ddf;
/* Tailwind (arbitrary) */
class="text-[#b94ddf] bg-[#b94ddf]"
/* SCSS */
$brand: #b94ddf;
/* SwiftUI */
Color(red: 0.725, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#b94ddf")Accessibility — WCAG contrast
Aa
#b94ddf on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b94ddf on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green30.2%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b94ddf text on a black background
contrast 5.19:1
Card sample
#b94ddf text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94ddf;
Background color
Panel with #b94ddf background
background-color: #b94ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94ddf; background: linear-gradient(135deg, #b94ddf, #DF4DA4);