#b040cf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 64, 207
HSL
287°, 60%, 53%
CMYK
15, 69, 0, 19
Luminance
0.1740
Every format
| HEX | #b040cf |
| RGB | rgb(176, 64, 207) |
| HSL | hsl(287, 60%, 53%) |
| CMYK | cmyk(15%, 69%, 0%, 19%) |
| LAB | lab(48.8 65.0 -53.0) |
| LCH | lch(48.8 83.9 320.8) |
| OKLCH | oklch(0.587 0.222 318.0) |
Copy-ready code
/* CSS */
color: #b040cf;
background-color: #b040cf;
/* Tailwind (arbitrary) */
class="text-[#b040cf] bg-[#b040cf]"
/* SCSS */
$brand: #b040cf;
/* SwiftUI */
Color(red: 0.690, green: 0.251, blue: 0.812)
/* Android */
Color.parseColor("#b040cf")Accessibility — WCAG contrast
Aa
#b040cf on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b040cf on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green25.1%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta69.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b040cf text on a black background
contrast 4.48:1
Card sample
#b040cf text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b040cf;
Background color
Panel with #b040cf background
background-color: #b040cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b040cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 64, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 64, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b040cf; background: linear-gradient(135deg, #b040cf, #CF408F);