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