#c049df
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 73, 223
HSL
288°, 70%, 58%
CMYK
14, 67, 0, 13
Luminance
0.2130
Every format
| HEX | #c049df |
| RGB | rgb(192, 73, 223) |
| HSL | hsl(288, 70%, 58%) |
| CMYK | cmyk(14%, 67%, 0%, 13%) |
| LAB | lab(53.3 67.9 -54.8) |
| LCH | lch(53.3 87.2 321.1) |
| OKLCH | oklch(0.627 0.232 318.6) |
Copy-ready code
/* CSS */
color: #c049df;
background-color: #c049df;
/* Tailwind (arbitrary) */
class="text-[#c049df] bg-[#c049df]"
/* SCSS */
$brand: #c049df;
/* SwiftUI */
Color(red: 0.753, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#c049df")Accessibility — WCAG contrast
Aa
#c049df on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c049df on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green28.6%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta67.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c049df text on a black background
contrast 5.26:1
Card sample
#c049df text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c049df;
Background color
Panel with #c049df background
background-color: #c049df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c049df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c049df; background: linear-gradient(135deg, #c049df, #DF499A);