#c84a7f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 74, 127
HSL
335°, 53%, 54%
CMYK
0, 63, 37, 22
Luminance
0.1871
Every format
| HEX | #c84a7f |
| RGB | rgb(200, 74, 127) |
| HSL | hsl(335, 53%, 54%) |
| CMYK | cmyk(0%, 63%, 37%, 22%) |
| LAB | lab(50.4 54.8 -3.1) |
| LCH | lch(50.4 54.9 356.7) |
| OKLCH | oklch(0.594 0.168 357.4) |
Copy-ready code
/* CSS */
color: #c84a7f;
background-color: #c84a7f;
/* Tailwind (arbitrary) */
class="text-[#c84a7f] bg-[#c84a7f]"
/* SCSS */
$brand: #c84a7f;
/* SwiftUI */
Color(red: 0.784, green: 0.290, blue: 0.498)
/* Android */
Color.parseColor("#c84a7f")Accessibility — WCAG contrast
Aa
#c84a7f on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84a7f on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow36.5%
Key (black)21.6%
Color previews
#c84a7f text on a black background
contrast 4.74:1
Card sample
#c84a7f text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84a7f;
Background color
Panel with #c84a7f background
background-color: #c84a7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84a7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 74, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 74, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84a7f; background: linear-gradient(135deg, #c84a7f, #C8694A);