#b760cf
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 96, 207
HSL
287°, 54%, 59%
CMYK
12, 54, 0, 19
Luminance
0.2294
Every format
| HEX | #b760cf |
| RGB | rgb(183, 96, 207) |
| HSL | hsl(287, 54%, 59%) |
| CMYK | cmyk(12%, 54%, 0%, 19%) |
| LAB | lab(55.0 52.2 -43.0) |
| LCH | lch(55.0 67.6 320.5) |
| OKLCH | oklch(0.634 0.181 318.6) |
Copy-ready code
/* CSS */
color: #b760cf;
background-color: #b760cf;
/* Tailwind (arbitrary) */
class="text-[#b760cf] bg-[#b760cf]"
/* SCSS */
$brand: #b760cf;
/* SwiftUI */
Color(red: 0.718, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#b760cf")Accessibility — WCAG contrast
Aa
#b760cf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b760cf on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green37.6%
Blue81.2%
CMYK percentages
Cyan11.6%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#b760cf text on a black background
contrast 5.59:1
Card sample
#b760cf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b760cf;
Background color
Panel with #b760cf background
background-color: #b760cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b760cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b760cf; background: linear-gradient(135deg, #b760cf, #CF609D);