#b841cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
184, 65, 207
HSL
290°, 60%, 53%
CMYK
11, 69, 0, 19
Luminance
0.1848
Every format
| HEX | #b841cf |
| RGB | rgb(184, 65, 207) |
| HSL | hsl(290, 60%, 53%) |
| CMYK | cmyk(11%, 69%, 0%, 19%) |
| LAB | lab(50.1 66.3 -50.8) |
| LCH | lch(50.1 83.6 322.5) |
| OKLCH | oklch(0.599 0.224 320.7) |
Copy-ready code
/* CSS */
color: #b841cf;
background-color: #b841cf;
/* Tailwind (arbitrary) */
class="text-[#b841cf] bg-[#b841cf]"
/* SCSS */
$brand: #b841cf;
/* SwiftUI */
Color(red: 0.722, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#b841cf")Accessibility — WCAG contrast
Aa
#b841cf on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b841cf on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green25.5%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#b841cf text on a black background
contrast 4.70:1
Card sample
#b841cf text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b841cf;
Background color
Panel with #b841cf background
background-color: #b841cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b841cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b841cf; background: linear-gradient(135deg, #b841cf, #CF4187);