#b963df
a balanced, vivid violet · warm · closest name: orchid
RGB
185, 99, 223
HSL
282°, 66%, 63%
CMYK
17, 56, 0, 13
Luminance
0.2457
Every format
| HEX | #b963df |
| RGB | rgb(185, 99, 223) |
| HSL | hsl(282, 66%, 63%) |
| CMYK | cmyk(17%, 56%, 0%, 13%) |
| LAB | lab(56.6 54.5 -49.4) |
| LCH | lch(56.6 73.6 317.8) |
| OKLCH | oklch(0.649 0.193 314.3) |
Copy-ready code
/* CSS */
color: #b963df;
background-color: #b963df;
/* Tailwind (arbitrary) */
class="text-[#b963df] bg-[#b963df]"
/* SCSS */
$brand: #b963df;
/* SwiftUI */
Color(red: 0.725, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#b963df")Accessibility — WCAG contrast
Aa
#b963df on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b963df on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green38.8%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b963df text on a black background
contrast 5.91:1
Card sample
#b963df text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b963df;
Background color
Panel with #b963df background
background-color: #b963df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b963df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b963df; background: linear-gradient(135deg, #b963df, #DF63B2);