#b94fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
185, 79, 223
HSL
284°, 69%, 59%
CMYK
17, 65, 0, 13
Luminance
0.2123
Every format
| HEX | #b94fdf |
| RGB | rgb(185, 79, 223) |
| HSL | hsl(284, 69%, 59%) |
| CMYK | cmyk(17%, 65%, 0%, 13%) |
| LAB | lab(53.2 63.9 -54.9) |
| LCH | lch(53.2 84.2 319.3) |
| OKLCH | oklch(0.624 0.222 315.9) |
Copy-ready code
/* CSS */
color: #b94fdf;
background-color: #b94fdf;
/* Tailwind (arbitrary) */
class="text-[#b94fdf] bg-[#b94fdf]"
/* SCSS */
$brand: #b94fdf;
/* SwiftUI */
Color(red: 0.725, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#b94fdf")Accessibility — WCAG contrast
Aa
#b94fdf on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b94fdf on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b94fdf text on a black background
contrast 5.25:1
Card sample
#b94fdf text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94fdf;
Background color
Panel with #b94fdf background
background-color: #b94fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94fdf; background: linear-gradient(135deg, #b94fdf, #DF4FA5);