#c15cad
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
193, 92, 173
HSL
312°, 45%, 56%
CMYK
0, 52, 10, 24
Luminance
0.2201
Every format
| HEX | #c15cad |
| RGB | rgb(193, 92, 173) |
| HSL | hsl(312, 45%, 56%) |
| CMYK | cmyk(0%, 52%, 10%, 24%) |
| LAB | lab(54.0 50.8 -24.9) |
| LCH | lch(54.0 56.6 333.9) |
| OKLCH | oklch(0.625 0.162 335.5) |
Copy-ready code
/* CSS */
color: #c15cad;
background-color: #c15cad;
/* Tailwind (arbitrary) */
class="text-[#c15cad] bg-[#c15cad]"
/* SCSS */
$brand: #c15cad;
/* SwiftUI */
Color(red: 0.757, green: 0.361, blue: 0.678)
/* Android */
Color.parseColor("#c15cad")Accessibility — WCAG contrast
Aa
#c15cad on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c15cad on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green36.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow10.4%
Key (black)24.3%
Color previews
#c15cad text on a black background
contrast 5.40:1
Card sample
#c15cad text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c15cad;
Background color
Panel with #c15cad background
background-color: #c15cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c15cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 92, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 92, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c15cad; background: linear-gradient(135deg, #c15cad, #C15C6A);