#b044cf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 68, 207
HSL
287°, 59%, 54%
CMYK
15, 67, 0, 19
Luminance
0.1787
Every format
| HEX | #b044cf |
| RGB | rgb(176, 68, 207) |
| HSL | hsl(287, 59%, 54%) |
| CMYK | cmyk(15%, 67%, 0%, 19%) |
| LAB | lab(49.3 63.4 -52.1) |
| LCH | lch(49.3 82.0 320.6) |
| OKLCH | oklch(0.591 0.217 317.8) |
Copy-ready code
/* CSS */
color: #b044cf;
background-color: #b044cf;
/* Tailwind (arbitrary) */
class="text-[#b044cf] bg-[#b044cf]"
/* SCSS */
$brand: #b044cf;
/* SwiftUI */
Color(red: 0.690, green: 0.267, blue: 0.812)
/* Android */
Color.parseColor("#b044cf")Accessibility — WCAG contrast
Aa
#b044cf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b044cf on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green26.7%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta67.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b044cf text on a black background
contrast 4.57:1
Card sample
#b044cf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b044cf;
Background color
Panel with #b044cf background
background-color: #b044cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b044cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 68, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 68, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b044cf; background: linear-gradient(135deg, #b044cf, #CF4491);