#c84cb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 76, 178
HSL
311°, 53%, 54%
CMYK
0, 62, 11, 22
Luminance
0.2066
Every format
| HEX | #c84cb2 |
| RGB | rgb(200, 76, 178) |
| HSL | hsl(311, 53%, 54%) |
| CMYK | cmyk(0%, 62%, 11%, 22%) |
| LAB | lab(52.6 60.9 -29.9) |
| LCH | lch(52.6 67.8 333.8) |
| OKLCH | oklch(0.617 0.195 335.3) |
Copy-ready code
/* CSS */
color: #c84cb2;
background-color: #c84cb2;
/* Tailwind (arbitrary) */
class="text-[#c84cb2] bg-[#c84cb2]"
/* SCSS */
$brand: #c84cb2;
/* SwiftUI */
Color(red: 0.784, green: 0.298, blue: 0.698)
/* Android */
Color.parseColor("#c84cb2")Accessibility — WCAG contrast
Aa
#c84cb2 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84cb2 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow11.0%
Key (black)21.6%
Color previews
#c84cb2 text on a black background
contrast 5.13:1
Card sample
#c84cb2 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84cb2;
Background color
Panel with #c84cb2 background
background-color: #c84cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 76, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 76, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84cb2; background: linear-gradient(135deg, #c84cb2, #C84C5F);