#b044da
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 68, 218
HSL
283°, 67%, 56%
CMYK
19, 69, 0, 15
Luminance
0.1843
Every format
| HEX | #b044da |
| RGB | rgb(176, 68, 218) |
| HSL | hsl(283, 67%, 56%) |
| CMYK | cmyk(19%, 69%, 0%, 15%) |
| LAB | lab(50.0 65.6 -57.3) |
| LCH | lch(50.0 87.0 318.9) |
| OKLCH | oklch(0.598 0.227 314.8) |
Copy-ready code
/* CSS */
color: #b044da;
background-color: #b044da;
/* Tailwind (arbitrary) */
class="text-[#b044da] bg-[#b044da]"
/* SCSS */
$brand: #b044da;
/* SwiftUI */
Color(red: 0.690, green: 0.267, blue: 0.855)
/* Android */
Color.parseColor("#b044da")Accessibility — WCAG contrast
Aa
#b044da on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b044da on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green26.7%
Blue85.5%
CMYK percentages
Cyan19.3%
Magenta68.8%
Yellow0.0%
Key (black)14.5%
Color previews
#b044da text on a black background
contrast 4.69:1
Card sample
#b044da text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b044da;
Background color
Panel with #b044da background
background-color: #b044da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b044da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 68, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 68, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b044da; background: linear-gradient(135deg, #b044da, #DA44A0);