#c352df
a balanced, vivid violet · warm · closest name: orchid
RGB
195, 82, 223
HSL
288°, 69%, 60%
CMYK
13, 63, 0, 13
Luminance
0.2296
Every format
| HEX | #c352df |
| RGB | rgb(195, 82, 223) |
| HSL | hsl(288, 69%, 60%) |
| CMYK | cmyk(13%, 63%, 0%, 13%) |
| LAB | lab(55.0 64.8 -51.9) |
| LCH | lch(55.0 83.1 321.3) |
| OKLCH | oklch(0.640 0.222 319.1) |
Copy-ready code
/* CSS */
color: #c352df;
background-color: #c352df;
/* Tailwind (arbitrary) */
class="text-[#c352df] bg-[#c352df]"
/* SCSS */
$brand: #c352df;
/* SwiftUI */
Color(red: 0.765, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#c352df")Accessibility — WCAG contrast
Aa
#c352df on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c352df on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green32.2%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta63.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c352df text on a black background
contrast 5.59:1
Card sample
#c352df text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c352df;
Background color
Panel with #c352df background
background-color: #c352df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c352df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c352df; background: linear-gradient(135deg, #c352df, #DF529D);