#b44ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
180, 77, 223
HSL
282°, 70%, 59%
CMYK
19, 66, 0, 13
Luminance
0.2034
Every format
| HEX | #b44ddf |
| RGB | rgb(180, 77, 223) |
| HSL | hsl(282, 70%, 59%) |
| CMYK | cmyk(19%, 66%, 0%, 13%) |
| LAB | lab(52.2 63.6 -56.5) |
| LCH | lch(52.2 85.1 318.4) |
| OKLCH | oklch(0.616 0.222 314.3) |
Copy-ready code
/* CSS */
color: #b44ddf;
background-color: #b44ddf;
/* Tailwind (arbitrary) */
class="text-[#b44ddf] bg-[#b44ddf]"
/* SCSS */
$brand: #b44ddf;
/* SwiftUI */
Color(red: 0.706, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#b44ddf")Accessibility — WCAG contrast
Aa
#b44ddf on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b44ddf on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green30.2%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b44ddf text on a black background
contrast 5.07:1
Card sample
#b44ddf text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44ddf;
Background color
Panel with #b44ddf background
background-color: #b44ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44ddf; background: linear-gradient(135deg, #b44ddf, #DF4DA9);