#c6428d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 66, 141
HSL
326°, 54%, 52%
CMYK
0, 67, 29, 22
Luminance
0.1783
Every format
| HEX | #c6428d |
| RGB | rgb(198, 66, 141) |
| HSL | hsl(326, 54%, 52%) |
| CMYK | cmyk(0%, 67%, 29%, 22%) |
| LAB | lab(49.3 59.2 -13.2) |
| LCH | lch(49.3 60.6 347.5) |
| OKLCH | oklch(0.587 0.183 349.2) |
Copy-ready code
/* CSS */
color: #c6428d;
background-color: #c6428d;
/* Tailwind (arbitrary) */
class="text-[#c6428d] bg-[#c6428d]"
/* SCSS */
$brand: #c6428d;
/* SwiftUI */
Color(red: 0.776, green: 0.259, blue: 0.553)
/* Android */
Color.parseColor("#c6428d")Accessibility — WCAG contrast
Aa
#c6428d on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c6428d on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green25.9%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow28.8%
Key (black)22.4%
Color previews
#c6428d text on a black background
contrast 4.57:1
Card sample
#c6428d text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6428d;
Background color
Panel with #c6428d background
background-color: #c6428d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6428d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 66, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 66, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6428d; background: linear-gradient(135deg, #c6428d, #C64F42);