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