#b752cf
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 82, 207
HSL
289°, 57%, 57%
CMYK
12, 60, 0, 19
Luminance
0.2061
Every format
| HEX | #b752cf |
| RGB | rgb(183, 82, 207) |
| HSL | hsl(289, 57%, 57%) |
| CMYK | cmyk(12%, 60%, 0%, 19%) |
| LAB | lab(52.5 58.9 -46.9) |
| LCH | lch(52.5 75.3 321.5) |
| OKLCH | oklch(0.616 0.202 319.5) |
Copy-ready code
/* CSS */
color: #b752cf;
background-color: #b752cf;
/* Tailwind (arbitrary) */
class="text-[#b752cf] bg-[#b752cf]"
/* SCSS */
$brand: #b752cf;
/* SwiftUI */
Color(red: 0.718, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#b752cf")Accessibility — WCAG contrast
Aa
#b752cf on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b752cf on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green32.2%
Blue81.2%
CMYK percentages
Cyan11.6%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b752cf text on a black background
contrast 5.12:1
Card sample
#b752cf text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b752cf;
Background color
Panel with #b752cf background
background-color: #b752cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b752cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b752cf; background: linear-gradient(135deg, #b752cf, #CF5294);