#c84eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 78, 180
HSL
310°, 53%, 55%
CMYK
0, 61, 10, 22
Luminance
0.2102
Every format
| HEX | #c84eb4 |
| RGB | rgb(200, 78, 180) |
| HSL | hsl(310, 53%, 55%) |
| CMYK | cmyk(0%, 61%, 10%, 22%) |
| LAB | lab(53.0 60.3 -30.5) |
| LCH | lch(53.0 67.6 333.2) |
| OKLCH | oklch(0.620 0.194 334.6) |
Copy-ready code
/* CSS */
color: #c84eb4;
background-color: #c84eb4;
/* Tailwind (arbitrary) */
class="text-[#c84eb4] bg-[#c84eb4]"
/* SCSS */
$brand: #c84eb4;
/* SwiftUI */
Color(red: 0.784, green: 0.306, blue: 0.706)
/* Android */
Color.parseColor("#c84eb4")Accessibility — WCAG contrast
Aa
#c84eb4 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84eb4 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green30.6%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow10.0%
Key (black)21.6%
Color previews
#c84eb4 text on a black background
contrast 5.20:1
Card sample
#c84eb4 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84eb4;
Background color
Panel with #c84eb4 background
background-color: #c84eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 78, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 78, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84eb4; background: linear-gradient(135deg, #c84eb4, #C84E63);