#c84b93
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 75, 147
HSL
325°, 53%, 54%
CMYK
0, 63, 27, 22
Luminance
0.1942
Every format
| HEX | #c84b93 |
| RGB | rgb(200, 75, 147) |
| HSL | hsl(325, 53%, 54%) |
| CMYK | cmyk(0%, 63%, 27%, 22%) |
| LAB | lab(51.2 56.8 -13.9) |
| LCH | lch(51.2 58.5 346.3) |
| OKLCH | oklch(0.602 0.176 348.1) |
Copy-ready code
/* CSS */
color: #c84b93;
background-color: #c84b93;
/* Tailwind (arbitrary) */
class="text-[#c84b93] bg-[#c84b93]"
/* SCSS */
$brand: #c84b93;
/* SwiftUI */
Color(red: 0.784, green: 0.294, blue: 0.576)
/* Android */
Color.parseColor("#c84b93")Accessibility — WCAG contrast
Aa
#c84b93 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84b93 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.4%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow26.5%
Key (black)21.6%
Color previews
#c84b93 text on a black background
contrast 4.88:1
Card sample
#c84b93 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84b93;
Background color
Panel with #c84b93 background
background-color: #c84b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 75, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 75, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84b93; background: linear-gradient(135deg, #c84b93, #C8564B);