#c84fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 79, 210
HSL
295°, 59%, 57%
CMYK
5, 62, 0, 18
Luminance
0.2252
Every format
| HEX | #c84fd2 |
| RGB | rgb(200, 79, 210) |
| HSL | hsl(295, 59%, 57%) |
| CMYK | cmyk(5%, 62%, 0%, 18%) |
| LAB | lab(54.6 64.9 -45.2) |
| LCH | lch(54.6 79.1 325.1) |
| OKLCH | oklch(0.636 0.217 324.6) |
Copy-ready code
/* CSS */
color: #c84fd2;
background-color: #c84fd2;
/* Tailwind (arbitrary) */
class="text-[#c84fd2] bg-[#c84fd2]"
/* SCSS */
$brand: #c84fd2;
/* SwiftUI */
Color(red: 0.784, green: 0.310, blue: 0.824)
/* Android */
Color.parseColor("#c84fd2")Accessibility — WCAG contrast
Aa
#c84fd2 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84fd2 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green31.0%
Blue82.4%
CMYK percentages
Cyan4.8%
Magenta62.4%
Yellow0.0%
Key (black)17.6%
Color previews
#c84fd2 text on a black background
contrast 5.50:1
Card sample
#c84fd2 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84fd2;
Background color
Panel with #c84fd2 background
background-color: #c84fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 79, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 79, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84fd2; background: linear-gradient(135deg, #c84fd2, #D24F85);