#b643af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
182, 67, 175
HSL
304°, 46%, 49%
CMYK
0, 63, 4, 29
Luminance
0.1705
Every format
| HEX | #b643af |
| RGB | rgb(182, 67, 175) |
| HSL | hsl(304, 46%, 49%) |
| CMYK | cmyk(0%, 63%, 4%, 29%) |
| LAB | lab(48.3 59.5 -35.0) |
| LCH | lch(48.3 69.0 329.5) |
| OKLCH | oklch(0.580 0.194 330.2) |
Copy-ready code
/* CSS */
color: #b643af;
background-color: #b643af;
/* Tailwind (arbitrary) */
class="text-[#b643af] bg-[#b643af]"
/* SCSS */
$brand: #b643af;
/* SwiftUI */
Color(red: 0.714, green: 0.263, blue: 0.686)
/* Android */
Color.parseColor("#b643af")Accessibility — WCAG contrast
Aa
#b643af on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b643af on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green26.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow3.8%
Key (black)28.6%
Color previews
#b643af text on a black background
contrast 4.41:1
Card sample
#b643af text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b643af;
Background color
Panel with #b643af background
background-color: #b643af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b643af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 67, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 67, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b643af; background: linear-gradient(135deg, #b643af, #B64362);