#b042cf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 66, 207
HSL
287°, 60%, 54%
CMYK
15, 68, 0, 19
Luminance
0.1763
Every format
| HEX | #b042cf |
| RGB | rgb(176, 66, 207) |
| HSL | hsl(287, 60%, 54%) |
| CMYK | cmyk(15%, 68%, 0%, 19%) |
| LAB | lab(49.0 64.2 -52.5) |
| LCH | lch(49.0 83.0 320.7) |
| OKLCH | oklch(0.589 0.220 317.9) |
Copy-ready code
/* CSS */
color: #b042cf;
background-color: #b042cf;
/* Tailwind (arbitrary) */
class="text-[#b042cf] bg-[#b042cf]"
/* SCSS */
$brand: #b042cf;
/* SwiftUI */
Color(red: 0.690, green: 0.259, blue: 0.812)
/* Android */
Color.parseColor("#b042cf")Accessibility — WCAG contrast
Aa
#b042cf on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b042cf on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green25.9%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta68.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b042cf text on a black background
contrast 4.53:1
Card sample
#b042cf text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b042cf;
Background color
Panel with #b042cf background
background-color: #b042cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b042cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 66, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 66, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b042cf; background: linear-gradient(135deg, #b042cf, #CF4290);