#b656cf
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 86, 207
HSL
288°, 56%, 58%
CMYK
12, 59, 0, 19
Luminance
0.2111
Every format
| HEX | #b656cf |
| RGB | rgb(182, 86, 207) |
| HSL | hsl(288, 56%, 58%) |
| CMYK | cmyk(12%, 59%, 0%, 19%) |
| LAB | lab(53.1 56.8 -46.1) |
| LCH | lch(53.1 73.2 321.0) |
| OKLCH | oklch(0.620 0.195 318.9) |
Copy-ready code
/* CSS */
color: #b656cf;
background-color: #b656cf;
/* Tailwind (arbitrary) */
class="text-[#b656cf] bg-[#b656cf]"
/* SCSS */
$brand: #b656cf;
/* SwiftUI */
Color(red: 0.714, green: 0.337, blue: 0.812)
/* Android */
Color.parseColor("#b656cf")Accessibility — WCAG contrast
Aa
#b656cf on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b656cf on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green33.7%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta58.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b656cf text on a black background
contrast 5.22:1
Card sample
#b656cf text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b656cf;
Background color
Panel with #b656cf background
background-color: #b656cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b656cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 86, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 86, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b656cf; background: linear-gradient(135deg, #b656cf, #CF5697);