#b44fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
180, 79, 223
HSL
282°, 69%, 59%
CMYK
19, 65, 0, 13
Luminance
0.2062
Every format
| HEX | #b44fdf |
| RGB | rgb(180, 79, 223) |
| HSL | hsl(282, 69%, 59%) |
| CMYK | cmyk(19%, 65%, 0%, 13%) |
| LAB | lab(52.5 62.8 -56.0) |
| LCH | lch(52.5 84.1 318.2) |
| OKLCH | oklch(0.618 0.220 314.2) |
Copy-ready code
/* CSS */
color: #b44fdf;
background-color: #b44fdf;
/* Tailwind (arbitrary) */
class="text-[#b44fdf] bg-[#b44fdf]"
/* SCSS */
$brand: #b44fdf;
/* SwiftUI */
Color(red: 0.706, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#b44fdf")Accessibility — WCAG contrast
Aa
#b44fdf on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b44fdf on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green31.0%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b44fdf text on a black background
contrast 5.12:1
Card sample
#b44fdf text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44fdf;
Background color
Panel with #b44fdf background
background-color: #b44fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44fdf; background: linear-gradient(135deg, #b44fdf, #DF4FAA);