#b142af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
177, 66, 175
HSL
301°, 46%, 48%
CMYK
0, 63, 1, 31
Luminance
0.1634
Every format
| HEX | #b142af |
| RGB | rgb(177, 66, 175) |
| HSL | hsl(301, 46%, 48%) |
| CMYK | cmyk(0%, 63%, 1%, 31%) |
| LAB | lab(47.4 58.6 -36.5) |
| LCH | lch(47.4 69.1 328.1) |
| OKLCH | oklch(0.572 0.193 328.5) |
Copy-ready code
/* CSS */
color: #b142af;
background-color: #b142af;
/* Tailwind (arbitrary) */
class="text-[#b142af] bg-[#b142af]"
/* SCSS */
$brand: #b142af;
/* SwiftUI */
Color(red: 0.694, green: 0.259, blue: 0.686)
/* Android */
Color.parseColor("#b142af")Accessibility — WCAG contrast
Aa
#b142af on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b142af on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green25.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow1.1%
Key (black)30.6%
Color previews
#b142af text on a black background
contrast 4.27:1
Card sample
#b142af text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b142af;
Background color
Panel with #b142af background
background-color: #b142af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b142af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 66, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 66, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b142af; background: linear-gradient(135deg, #b142af, #B14265);