#b93fd8
a balanced, vivid violet · warm · closest name: orchid
RGB
185, 63, 216
HSL
288°, 66%, 55%
CMYK
14, 71, 0, 15
Luminance
0.1883
Every format
| HEX | #b93fd8 |
| RGB | rgb(185, 63, 216) |
| HSL | hsl(288, 66%, 55%) |
| CMYK | cmyk(14%, 71%, 0%, 15%) |
| LAB | lab(50.5 69.0 -55.3) |
| LCH | lch(50.5 88.4 321.3) |
| OKLCH | oklch(0.604 0.235 318.7) |
Copy-ready code
/* CSS */
color: #b93fd8;
background-color: #b93fd8;
/* Tailwind (arbitrary) */
class="text-[#b93fd8] bg-[#b93fd8]"
/* SCSS */
$brand: #b93fd8;
/* SwiftUI */
Color(red: 0.725, green: 0.247, blue: 0.847)
/* Android */
Color.parseColor("#b93fd8")Accessibility — WCAG contrast
Aa
#b93fd8 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b93fd8 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green24.7%
Blue84.7%
CMYK percentages
Cyan14.4%
Magenta70.8%
Yellow0.0%
Key (black)15.3%
Color previews
#b93fd8 text on a black background
contrast 4.77:1
Card sample
#b93fd8 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93fd8;
Background color
Panel with #b93fd8 background
background-color: #b93fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 63, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 63, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93fd8; background: linear-gradient(135deg, #b93fd8, #D83F91);