#c84c96
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 76, 150
HSL
324°, 53%, 54%
CMYK
0, 62, 25, 22
Luminance
0.1965
Every format
| HEX | #c84c96 |
| RGB | rgb(200, 76, 150) |
| HSL | hsl(324, 53%, 54%) |
| CMYK | cmyk(0%, 62%, 25%, 22%) |
| LAB | lab(51.4 56.8 -15.2) |
| LCH | lch(51.4 58.8 345.0) |
| OKLCH | oklch(0.605 0.176 346.8) |
Copy-ready code
/* CSS */
color: #c84c96;
background-color: #c84c96;
/* Tailwind (arbitrary) */
class="text-[#c84c96] bg-[#c84c96]"
/* SCSS */
$brand: #c84c96;
/* SwiftUI */
Color(red: 0.784, green: 0.298, blue: 0.588)
/* Android */
Color.parseColor("#c84c96")Accessibility — WCAG contrast
Aa
#c84c96 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84c96 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.8%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow25.0%
Key (black)21.6%
Color previews
#c84c96 text on a black background
contrast 4.93:1
Card sample
#c84c96 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84c96;
Background color
Panel with #c84c96 background
background-color: #c84c96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84c96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 76, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 76, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84c96; background: linear-gradient(135deg, #c84c96, #C8554C);