#b93ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
185, 61, 223
HSL
286°, 72%, 56%
CMYK
17, 73, 0, 13
Luminance
0.1898
Every format
| HEX | #b93ddf |
| RGB | rgb(185, 61, 223) |
| HSL | hsl(286, 72%, 56%) |
| CMYK | cmyk(17%, 73%, 0%, 13%) |
| LAB | lab(50.7 71.0 -59.0) |
| LCH | lch(50.7 92.3 320.3) |
| OKLCH | oklch(0.606 0.243 316.9) |
Copy-ready code
/* CSS */
color: #b93ddf;
background-color: #b93ddf;
/* Tailwind (arbitrary) */
class="text-[#b93ddf] bg-[#b93ddf]"
/* SCSS */
$brand: #b93ddf;
/* SwiftUI */
Color(red: 0.725, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#b93ddf")Accessibility — WCAG contrast
Aa
#b93ddf on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b93ddf on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green23.9%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b93ddf text on a black background
contrast 4.80:1
Card sample
#b93ddf text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93ddf;
Background color
Panel with #b93ddf background
background-color: #b93ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93ddf; background: linear-gradient(135deg, #b93ddf, #DF3D99);