#b545cf
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 69, 207
HSL
289°, 59%, 54%
CMYK
13, 67, 0, 19
Luminance
0.1858
Every format
| HEX | #b545cf |
| RGB | rgb(181, 69, 207) |
| HSL | hsl(289, 59%, 54%) |
| CMYK | cmyk(13%, 67%, 0%, 19%) |
| LAB | lab(50.2 64.1 -50.6) |
| LCH | lch(50.2 81.7 321.7) |
| OKLCH | oklch(0.599 0.218 319.5) |
Copy-ready code
/* CSS */
color: #b545cf;
background-color: #b545cf;
/* Tailwind (arbitrary) */
class="text-[#b545cf] bg-[#b545cf]"
/* SCSS */
$brand: #b545cf;
/* SwiftUI */
Color(red: 0.710, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#b545cf")Accessibility — WCAG contrast
Aa
#b545cf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b545cf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green27.1%
Blue81.2%
CMYK percentages
Cyan12.6%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#b545cf text on a black background
contrast 4.72:1
Card sample
#b545cf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b545cf;
Background color
Panel with #b545cf background
background-color: #b545cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b545cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b545cf; background: linear-gradient(135deg, #b545cf, #CF458D);