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