#c044da
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 68, 218
HSL
290°, 67%, 56%
CMYK
12, 69, 0, 15
Luminance
0.2040
Every format
| HEX | #c044da |
| RGB | rgb(192, 68, 218) |
| HSL | hsl(290, 67%, 56%) |
| CMYK | cmyk(12%, 69%, 0%, 15%) |
| LAB | lab(52.3 68.9 -53.5) |
| LCH | lch(52.3 87.3 322.2) |
| OKLCH | oklch(0.619 0.234 320.2) |
Copy-ready code
/* CSS */
color: #c044da;
background-color: #c044da;
/* Tailwind (arbitrary) */
class="text-[#c044da] bg-[#c044da]"
/* SCSS */
$brand: #c044da;
/* SwiftUI */
Color(red: 0.753, green: 0.267, blue: 0.855)
/* Android */
Color.parseColor("#c044da")Accessibility — WCAG contrast
Aa
#c044da on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c044da on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green26.7%
Blue85.5%
CMYK percentages
Cyan11.9%
Magenta68.8%
Yellow0.0%
Key (black)14.5%
Color previews
#c044da text on a black background
contrast 5.08:1
Card sample
#c044da text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c044da;
Background color
Panel with #c044da background
background-color: #c044da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c044da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 68, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 68, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c044da; background: linear-gradient(135deg, #c044da, #DA4490);