#b45eb0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
180, 94, 176
HSL
303°, 36%, 54%
CMYK
0, 48, 2, 29
Luminance
0.2084
Every format
| HEX | #b45eb0 |
| RGB | rgb(180, 94, 176) |
| HSL | hsl(303, 36%, 54%) |
| CMYK | cmyk(0%, 48%, 2%, 29%) |
| LAB | lab(52.8 46.5 -28.7) |
| LCH | lch(52.8 54.6 328.3) |
| OKLCH | oklch(0.612 0.152 329.0) |
Copy-ready code
/* CSS */
color: #b45eb0;
background-color: #b45eb0;
/* Tailwind (arbitrary) */
class="text-[#b45eb0] bg-[#b45eb0]"
/* SCSS */
$brand: #b45eb0;
/* SwiftUI */
Color(red: 0.706, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#b45eb0")Accessibility — WCAG contrast
Aa
#b45eb0 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b45eb0 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow2.2%
Key (black)29.4%
Color previews
#b45eb0 text on a black background
contrast 5.17:1
Card sample
#b45eb0 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45eb0;
Background color
Panel with #b45eb0 background
background-color: #b45eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45eb0; background: linear-gradient(135deg, #b45eb0, #B45E77);