#c367cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 103, 207
HSL
293°, 52%, 61%
CMYK
6, 50, 0, 19
Luminance
0.2581
Every format
| HEX | #c367cf |
| RGB | rgb(195, 103, 207) |
| HSL | hsl(293, 52%, 61%) |
| CMYK | cmyk(6%, 50%, 0%, 19%) |
| LAB | lab(57.9 52.0 -38.4) |
| LCH | lch(57.9 64.6 323.5) |
| OKLCH | oklch(0.658 0.176 322.9) |
Copy-ready code
/* CSS */
color: #c367cf;
background-color: #c367cf;
/* Tailwind (arbitrary) */
class="text-[#c367cf] bg-[#c367cf]"
/* SCSS */
$brand: #c367cf;
/* SwiftUI */
Color(red: 0.765, green: 0.404, blue: 0.812)
/* Android */
Color.parseColor("#c367cf")Accessibility — WCAG contrast
Aa
#c367cf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c367cf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green40.4%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta50.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c367cf text on a black background
contrast 6.16:1
Card sample
#c367cf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c367cf;
Background color
Panel with #c367cf background
background-color: #c367cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c367cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 103, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 103, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c367cf; background: linear-gradient(135deg, #c367cf, #CF6796);