#b44ecf
a balanced, vivid violet · warm · closest name: orchid
RGB
180, 78, 207
HSL
287°, 57%, 56%
CMYK
13, 62, 0, 19
Luminance
0.1966
Every format
| HEX | #b44ecf |
| RGB | rgb(180, 78, 207) |
| HSL | hsl(287, 57%, 56%) |
| CMYK | cmyk(13%, 62%, 0%, 19%) |
| LAB | lab(51.5 60.0 -48.7) |
| LCH | lch(51.5 77.3 321.0) |
| OKLCH | oklch(0.607 0.206 318.7) |
Copy-ready code
/* CSS */
color: #b44ecf;
background-color: #b44ecf;
/* Tailwind (arbitrary) */
class="text-[#b44ecf] bg-[#b44ecf]"
/* SCSS */
$brand: #b44ecf;
/* SwiftUI */
Color(red: 0.706, green: 0.306, blue: 0.812)
/* Android */
Color.parseColor("#b44ecf")Accessibility — WCAG contrast
Aa
#b44ecf on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b44ecf on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green30.6%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta62.3%
Yellow0.0%
Key (black)18.8%
Color previews
#b44ecf text on a black background
contrast 4.93:1
Card sample
#b44ecf text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44ecf;
Background color
Panel with #b44ecf background
background-color: #b44ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 78, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 78, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44ecf; background: linear-gradient(135deg, #b44ecf, #CF4E94);