#cc398e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 57, 142
HSL
325°, 59%, 51%
CMYK
0, 72, 30, 20
Luminance
0.1772
Every format
| HEX | #cc398e |
| RGB | rgb(204, 57, 142) |
| HSL | hsl(325, 59%, 51%) |
| CMYK | cmyk(0%, 72%, 30%, 20%) |
| LAB | lab(49.1 64.3 -13.9) |
| LCH | lch(49.1 65.7 347.8) |
| OKLCH | oklch(0.588 0.199 349.5) |
Copy-ready code
/* CSS */
color: #cc398e;
background-color: #cc398e;
/* Tailwind (arbitrary) */
class="text-[#cc398e] bg-[#cc398e]"
/* SCSS */
$brand: #cc398e;
/* SwiftUI */
Color(red: 0.800, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#cc398e")Accessibility — WCAG contrast
Aa
#cc398e on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc398e on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green22.4%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta72.1%
Yellow30.4%
Key (black)20.0%
Color previews
#cc398e text on a black background
contrast 4.54:1
Card sample
#cc398e text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc398e;
Background color
Panel with #cc398e background
background-color: #cc398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc398e; background: linear-gradient(135deg, #cc398e, #CC4639);