#c36eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
195, 110, 176
HSL
313°, 42%, 60%
CMYK
0, 44, 10, 24
Luminance
0.2589
Every format
| HEX | #c36eb0 |
| RGB | rgb(195, 110, 176) |
| HSL | hsl(313, 42%, 60%) |
| CMYK | cmyk(0%, 44%, 10%, 24%) |
| LAB | lab(57.9 42.8 -20.6) |
| LCH | lch(57.9 47.5 334.3) |
| OKLCH | oklch(0.655 0.136 335.9) |
Copy-ready code
/* CSS */
color: #c36eb0;
background-color: #c36eb0;
/* Tailwind (arbitrary) */
class="text-[#c36eb0] bg-[#c36eb0]"
/* SCSS */
$brand: #c36eb0;
/* SwiftUI */
Color(red: 0.765, green: 0.431, blue: 0.690)
/* Android */
Color.parseColor("#c36eb0")Accessibility — WCAG contrast
Aa
#c36eb0 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36eb0 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green43.1%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow9.7%
Key (black)23.5%
Color previews
#c36eb0 text on a black background
contrast 6.18:1
Card sample
#c36eb0 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36eb0;
Background color
Panel with #c36eb0 background
background-color: #c36eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 110, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 110, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36eb0; background: linear-gradient(135deg, #c36eb0, #C36E77);