#b950cf
a balanced, vivid violet · warm · closest name: orchid
RGB
185, 80, 207
HSL
290°, 57%, 56%
CMYK
11, 61, 0, 19
Luminance
0.2056
Every format
| HEX | #b950cf |
| RGB | rgb(185, 80, 207) |
| HSL | hsl(290, 57%, 56%) |
| CMYK | cmyk(11%, 61%, 0%, 19%) |
| LAB | lab(52.5 60.3 -47.0) |
| LCH | lch(52.5 76.5 322.1) |
| OKLCH | oklch(0.616 0.205 320.3) |
Copy-ready code
/* CSS */
color: #b950cf;
background-color: #b950cf;
/* Tailwind (arbitrary) */
class="text-[#b950cf] bg-[#b950cf]"
/* SCSS */
$brand: #b950cf;
/* SwiftUI */
Color(red: 0.725, green: 0.314, blue: 0.812)
/* Android */
Color.parseColor("#b950cf")Accessibility — WCAG contrast
Aa
#b950cf on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b950cf on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green31.4%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta61.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b950cf text on a black background
contrast 5.11:1
Card sample
#b950cf text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b950cf;
Background color
Panel with #b950cf background
background-color: #b950cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b950cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 80, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 80, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b950cf; background: linear-gradient(135deg, #b950cf, #CF5090);