#c8367c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 54, 124
HSL
331°, 58%, 50%
CMYK
0, 73, 38, 22
Luminance
0.1637
Every format
| HEX | #c8367c |
| RGB | rgb(200, 54, 124) |
| HSL | hsl(331, 58%, 50%) |
| CMYK | cmyk(0%, 73%, 38%, 22%) |
| LAB | lab(47.5 62.2 -5.6) |
| LCH | lch(47.5 62.4 354.9) |
| OKLCH | oklch(0.572 0.191 355.8) |
Copy-ready code
/* CSS */
color: #c8367c;
background-color: #c8367c;
/* Tailwind (arbitrary) */
class="text-[#c8367c] bg-[#c8367c]"
/* SCSS */
$brand: #c8367c;
/* SwiftUI */
Color(red: 0.784, green: 0.212, blue: 0.486)
/* Android */
Color.parseColor("#c8367c")Accessibility — WCAG contrast
Aa
#c8367c on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c8367c on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green21.2%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow38.0%
Key (black)21.6%
Color previews
#c8367c text on a black background
contrast 4.27:1
Card sample
#c8367c text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8367c;
Background color
Panel with #c8367c background
background-color: #c8367c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8367c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 54, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 54, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8367c; background: linear-gradient(135deg, #c8367c, #C85136);