#b45bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
180, 91, 223
HSL
281°, 67%, 62%
CMYK
19, 59, 0, 13
Luminance
0.2251
Every format
| HEX | #b45bdf |
| RGB | rgb(180, 91, 223) |
| HSL | hsl(281, 67%, 62%) |
| CMYK | cmyk(19%, 59%, 0%, 13%) |
| LAB | lab(54.6 57.2 -52.8) |
| LCH | lch(54.6 77.8 317.3) |
| OKLCH | oklch(0.633 0.203 313.2) |
Copy-ready code
/* CSS */
color: #b45bdf;
background-color: #b45bdf;
/* Tailwind (arbitrary) */
class="text-[#b45bdf] bg-[#b45bdf]"
/* SCSS */
$brand: #b45bdf;
/* SwiftUI */
Color(red: 0.706, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#b45bdf")Accessibility — WCAG contrast
Aa
#b45bdf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b45bdf on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green35.7%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b45bdf text on a black background
contrast 5.50:1
Card sample
#b45bdf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45bdf;
Background color
Panel with #b45bdf background
background-color: #b45bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45bdf; background: linear-gradient(135deg, #b45bdf, #DF5BB2);