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