#c367c3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
195, 103, 195
HSL
300°, 43%, 58%
CMYK
0, 47, 0, 24
Luminance
0.2524
Every format
| HEX | #c367c3 |
| RGB | rgb(195, 103, 195) |
| HSL | hsl(300, 43%, 58%) |
| CMYK | cmyk(0%, 47%, 0%, 24%) |
| LAB | lab(57.3 49.8 -32.4) |
| LCH | lch(57.3 59.4 326.9) |
| OKLCH | oklch(0.652 0.164 327.3) |
Copy-ready code
/* CSS */
color: #c367c3;
background-color: #c367c3;
/* Tailwind (arbitrary) */
class="text-[#c367c3] bg-[#c367c3]"
/* SCSS */
$brand: #c367c3;
/* SwiftUI */
Color(red: 0.765, green: 0.404, blue: 0.765)
/* Android */
Color.parseColor("#c367c3")Accessibility — WCAG contrast
Aa
#c367c3 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c367c3 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green40.4%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow0.0%
Key (black)23.5%
Color previews
#c367c3 text on a black background
contrast 6.05:1
Card sample
#c367c3 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c367c3;
Background color
Panel with #c367c3 background
background-color: #c367c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c367c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 103, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 103, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c367c3; background: linear-gradient(135deg, #c367c3, #C36786);