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