#b45db7
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
180, 93, 183
HSL
298°, 39%, 54%
CMYK
2, 49, 0, 28
Luminance
0.2095
Every format
| HEX | #b45db7 |
| RGB | rgb(180, 93, 183) |
| HSL | hsl(298, 39%, 54%) |
| CMYK | cmyk(2%, 49%, 0%, 28%) |
| LAB | lab(52.9 48.3 -32.6) |
| LCH | lch(52.9 58.2 326.0) |
| OKLCH | oklch(0.614 0.160 326.1) |
Copy-ready code
/* CSS */
color: #b45db7;
background-color: #b45db7;
/* Tailwind (arbitrary) */
class="text-[#b45db7] bg-[#b45db7]"
/* SCSS */
$brand: #b45db7;
/* SwiftUI */
Color(red: 0.706, green: 0.365, blue: 0.718)
/* Android */
Color.parseColor("#b45db7")Accessibility — WCAG contrast
Aa
#b45db7 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b45db7 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green36.5%
Blue71.8%
CMYK percentages
Cyan1.6%
Magenta49.2%
Yellow0.0%
Key (black)28.2%
Color previews
#b45db7 text on a black background
contrast 5.19:1
Card sample
#b45db7 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45db7;
Background color
Panel with #b45db7 background
background-color: #b45db7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45db7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 93, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 93, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45db7; background: linear-gradient(135deg, #b45db7, #B75D7E);