#c372df
a light, vivid violet · warm · closest name: orchid
RGB
195, 114, 223
HSL
285°, 63%, 66%
CMYK
13, 49, 0, 13
Luminance
0.2896
Every format
| HEX | #c372df |
| RGB | rgb(195, 114, 223) |
| HSL | hsl(285, 63%, 66%) |
| CMYK | cmyk(13%, 49%, 0%, 13%) |
| LAB | lab(60.8 49.5 -42.9) |
| LCH | lch(60.8 65.5 319.1) |
| OKLCH | oklch(0.682 0.174 316.9) |
Copy-ready code
/* CSS */
color: #c372df;
background-color: #c372df;
/* Tailwind (arbitrary) */
class="text-[#c372df] bg-[#c372df]"
/* SCSS */
$brand: #c372df;
/* SwiftUI */
Color(red: 0.765, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#c372df")Accessibility — WCAG contrast
Aa
#c372df on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c372df on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green44.7%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c372df text on a black background
contrast 6.79:1
Card sample
#c372df text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c372df;
Background color
Panel with #c372df background
background-color: #c372df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c372df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c372df; background: linear-gradient(135deg, #c372df, #DF72B2);