#c6408e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 64, 142
HSL
325°, 54%, 51%
CMYK
0, 68, 28, 22
Luminance
0.1763
Every format
| HEX | #c6408e |
| RGB | rgb(198, 64, 142) |
| HSL | hsl(325, 54%, 51%) |
| CMYK | cmyk(0%, 68%, 28%, 22%) |
| LAB | lab(49.0 60.1 -14.1) |
| LCH | lch(49.0 61.7 346.8) |
| OKLCH | oklch(0.585 0.186 348.5) |
Copy-ready code
/* CSS */
color: #c6408e;
background-color: #c6408e;
/* Tailwind (arbitrary) */
class="text-[#c6408e] bg-[#c6408e]"
/* SCSS */
$brand: #c6408e;
/* SwiftUI */
Color(red: 0.776, green: 0.251, blue: 0.557)
/* Android */
Color.parseColor("#c6408e")Accessibility — WCAG contrast
Aa
#c6408e on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c6408e on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green25.1%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow28.3%
Key (black)22.4%
Color previews
#c6408e text on a black background
contrast 4.53:1
Card sample
#c6408e text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6408e;
Background color
Panel with #c6408e background
background-color: #c6408e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6408e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 64, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 64, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6408e; background: linear-gradient(135deg, #c6408e, #C64C40);