#c83d91
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 61, 145
HSL
324°, 56%, 51%
CMYK
0, 70, 28, 22
Luminance
0.1766
Every format
| HEX | #c83d91 |
| RGB | rgb(200, 61, 145) |
| HSL | hsl(324, 56%, 51%) |
| CMYK | cmyk(0%, 70%, 28%, 22%) |
| LAB | lab(49.1 62.1 -15.8) |
| LCH | lch(49.1 64.1 345.7) |
| OKLCH | oklch(0.587 0.193 347.5) |
Copy-ready code
/* CSS */
color: #c83d91;
background-color: #c83d91;
/* Tailwind (arbitrary) */
class="text-[#c83d91] bg-[#c83d91]"
/* SCSS */
$brand: #c83d91;
/* SwiftUI */
Color(red: 0.784, green: 0.239, blue: 0.569)
/* Android */
Color.parseColor("#c83d91")Accessibility — WCAG contrast
Aa
#c83d91 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c83d91 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green23.9%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow27.5%
Key (black)21.6%
Color previews
#c83d91 text on a black background
contrast 4.53:1
Card sample
#c83d91 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c83d91;
Background color
Panel with #c83d91 background
background-color: #c83d91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c83d91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 61, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 61, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c83d91; background: linear-gradient(135deg, #c83d91, #C8463D);