#b643cf
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 67, 207
HSL
289°, 59%, 54%
CMYK
12, 68, 0, 19
Luminance
0.1846
Every format
| HEX | #b643cf |
| RGB | rgb(182, 67, 207) |
| HSL | hsl(289, 59%, 54%) |
| CMYK | cmyk(12%, 68%, 0%, 19%) |
| LAB | lab(50.1 65.1 -50.9) |
| LCH | lch(50.1 82.6 322.0) |
| OKLCH | oklch(0.598 0.221 319.9) |
Copy-ready code
/* CSS */
color: #b643cf;
background-color: #b643cf;
/* Tailwind (arbitrary) */
class="text-[#b643cf] bg-[#b643cf]"
/* SCSS */
$brand: #b643cf;
/* SwiftUI */
Color(red: 0.714, green: 0.263, blue: 0.812)
/* Android */
Color.parseColor("#b643cf")Accessibility — WCAG contrast
Aa
#b643cf on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b643cf on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green26.3%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta67.6%
Yellow0.0%
Key (black)18.8%
Color previews
#b643cf text on a black background
contrast 4.69:1
Card sample
#b643cf text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b643cf;
Background color
Panel with #b643cf background
background-color: #b643cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b643cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 67, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 67, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b643cf; background: linear-gradient(135deg, #b643cf, #CF438B);