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