#b650cf
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 80, 207
HSL
288°, 57%, 56%
CMYK
12, 61, 0, 19
Luminance
0.2019
Every format
| HEX | #b650cf |
| RGB | rgb(182, 80, 207) |
| HSL | hsl(288, 57%, 56%) |
| CMYK | cmyk(12%, 61%, 0%, 19%) |
| LAB | lab(52.0 59.6 -47.7) |
| LCH | lch(52.0 76.3 321.3) |
| OKLCH | oklch(0.612 0.204 319.3) |
Copy-ready code
/* CSS */
color: #b650cf;
background-color: #b650cf;
/* Tailwind (arbitrary) */
class="text-[#b650cf] bg-[#b650cf]"
/* SCSS */
$brand: #b650cf;
/* SwiftUI */
Color(red: 0.714, green: 0.314, blue: 0.812)
/* Android */
Color.parseColor("#b650cf")Accessibility — WCAG contrast
Aa
#b650cf on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b650cf on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green31.4%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta61.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b650cf text on a black background
contrast 5.04:1
Card sample
#b650cf text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b650cf;
Background color
Panel with #b650cf background
background-color: #b650cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b650cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 80, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 80, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b650cf; background: linear-gradient(135deg, #b650cf, #CF5093);