#b641cf
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 65, 207
HSL
289°, 60%, 53%
CMYK
12, 69, 0, 19
Luminance
0.1823
Every format
| HEX | #b641cf |
| RGB | rgb(182, 65, 207) |
| HSL | hsl(289, 60%, 53%) |
| CMYK | cmyk(12%, 69%, 0%, 19%) |
| LAB | lab(49.8 65.9 -51.3) |
| LCH | lch(49.8 83.5 322.1) |
| OKLCH | oklch(0.596 0.224 320.0) |
Copy-ready code
/* CSS */
color: #b641cf;
background-color: #b641cf;
/* Tailwind (arbitrary) */
class="text-[#b641cf] bg-[#b641cf]"
/* SCSS */
$brand: #b641cf;
/* SwiftUI */
Color(red: 0.714, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#b641cf")Accessibility — WCAG contrast
Aa
#b641cf on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b641cf on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green25.5%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#b641cf text on a black background
contrast 4.65:1
Card sample
#b641cf text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b641cf;
Background color
Panel with #b641cf background
background-color: #b641cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b641cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b641cf; background: linear-gradient(135deg, #b641cf, #CF4189);