#b44bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
180, 75, 223
HSL
283°, 70%, 58%
CMYK
19, 66, 0, 13
Luminance
0.2006
Every format
| HEX | #b44bdf |
| RGB | rgb(180, 75, 223) |
| HSL | hsl(283, 70%, 58%) |
| CMYK | cmyk(19%, 66%, 0%, 13%) |
| LAB | lab(51.9 64.5 -57.0) |
| LCH | lch(51.9 86.1 318.5) |
| OKLCH | oklch(0.614 0.225 314.5) |
Copy-ready code
/* CSS */
color: #b44bdf;
background-color: #b44bdf;
/* Tailwind (arbitrary) */
class="text-[#b44bdf] bg-[#b44bdf]"
/* SCSS */
$brand: #b44bdf;
/* SwiftUI */
Color(red: 0.706, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#b44bdf")Accessibility — WCAG contrast
Aa
#b44bdf on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b44bdf on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green29.4%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b44bdf text on a black background
contrast 5.01:1
Card sample
#b44bdf text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44bdf;
Background color
Panel with #b44bdf background
background-color: #b44bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44bdf; background: linear-gradient(135deg, #b44bdf, #DF4BA7);