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