#c4398e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 57, 142
HSL
323°, 55%, 50%
CMYK
0, 71, 28, 23
Luminance
0.1662
Every format
| HEX | #c4398e |
| RGB | rgb(196, 57, 142) |
| HSL | hsl(323, 55%, 50%) |
| CMYK | cmyk(0%, 71%, 28%, 23%) |
| LAB | lab(47.8 62.1 -16.1) |
| LCH | lch(47.8 64.2 345.5) |
| OKLCH | oklch(0.575 0.194 347.3) |
Copy-ready code
/* CSS */
color: #c4398e;
background-color: #c4398e;
/* Tailwind (arbitrary) */
class="text-[#c4398e] bg-[#c4398e]"
/* SCSS */
$brand: #c4398e;
/* SwiftUI */
Color(red: 0.769, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#c4398e")Accessibility — WCAG contrast
Aa
#c4398e on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c4398e on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green22.4%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow27.6%
Key (black)23.1%
Color previews
#c4398e text on a black background
contrast 4.32:1
Card sample
#c4398e text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4398e;
Background color
Panel with #c4398e background
background-color: #c4398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4398e; background: linear-gradient(135deg, #c4398e, #C44139);