#b040af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
176, 64, 175
HSL
301°, 47%, 47%
CMYK
0, 64, 1, 31
Luminance
0.1599
Every format
| HEX | #b040af |
| RGB | rgb(176, 64, 175) |
| HSL | hsl(301, 47%, 47%) |
| CMYK | cmyk(0%, 64%, 1%, 31%) |
| LAB | lab(47.0 59.2 -37.2) |
| LCH | lch(47.0 69.9 327.8) |
| OKLCH | oklch(0.568 0.195 328.1) |
Copy-ready code
/* CSS */
color: #b040af;
background-color: #b040af;
/* Tailwind (arbitrary) */
class="text-[#b040af] bg-[#b040af]"
/* SCSS */
$brand: #b040af;
/* SwiftUI */
Color(red: 0.690, green: 0.251, blue: 0.686)
/* Android */
Color.parseColor("#b040af")Accessibility — WCAG contrast
Aa
#b040af on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b040af on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green25.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow0.6%
Key (black)31.0%
Color previews
#b040af text on a black background
contrast 4.20:1
Card sample
#b040af text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b040af;
Background color
Panel with #b040af background
background-color: #b040af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b040af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 64, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 64, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b040af; background: linear-gradient(135deg, #b040af, #B04064);