#b754cf
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 84, 207
HSL
288°, 56%, 57%
CMYK
12, 59, 0, 19
Luminance
0.2091
Every format
| HEX | #b754cf |
| RGB | rgb(183, 84, 207) |
| HSL | hsl(288, 56%, 57%) |
| CMYK | cmyk(12%, 59%, 0%, 19%) |
| LAB | lab(52.9 58.0 -46.4) |
| LCH | lch(52.9 74.3 321.3) |
| OKLCH | oklch(0.618 0.199 319.4) |
Copy-ready code
/* CSS */
color: #b754cf;
background-color: #b754cf;
/* Tailwind (arbitrary) */
class="text-[#b754cf] bg-[#b754cf]"
/* SCSS */
$brand: #b754cf;
/* SwiftUI */
Color(red: 0.718, green: 0.329, blue: 0.812)
/* Android */
Color.parseColor("#b754cf")Accessibility — WCAG contrast
Aa
#b754cf on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b754cf on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green32.9%
Blue81.2%
CMYK percentages
Cyan11.6%
Magenta59.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b754cf text on a black background
contrast 5.18:1
Card sample
#b754cf text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b754cf;
Background color
Panel with #b754cf background
background-color: #b754cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b754cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 84, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 84, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b754cf; background: linear-gradient(135deg, #b754cf, #CF5495);