#c15cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 92, 223
HSL
286°, 67%, 62%
CMYK
14, 59, 0, 13
Luminance
0.2432
Every format
| HEX | #c15cdf |
| RGB | rgb(193, 92, 223) |
| HSL | hsl(286, 67%, 62%) |
| CMYK | cmyk(14%, 59%, 0%, 13%) |
| LAB | lab(56.4 59.9 -49.8) |
| LCH | lch(56.4 77.8 320.3) |
| OKLCH | oklch(0.650 0.207 317.8) |
Copy-ready code
/* CSS */
color: #c15cdf;
background-color: #c15cdf;
/* Tailwind (arbitrary) */
class="text-[#c15cdf] bg-[#c15cdf]"
/* SCSS */
$brand: #c15cdf;
/* SwiftUI */
Color(red: 0.757, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#c15cdf")Accessibility — WCAG contrast
Aa
#c15cdf on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c15cdf on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green36.1%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c15cdf text on a black background
contrast 5.86:1
Card sample
#c15cdf text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c15cdf;
Background color
Panel with #c15cdf background
background-color: #c15cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c15cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c15cdf; background: linear-gradient(135deg, #c15cdf, #DF5CA6);