#c84abc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 74, 188
HSL
306°, 53%, 54%
CMYK
0, 63, 6, 22
Luminance
0.2081
Every format
| HEX | #c84abc |
| RGB | rgb(200, 74, 188) |
| HSL | hsl(306, 53%, 54%) |
| CMYK | cmyk(0%, 63%, 6%, 22%) |
| LAB | lab(52.7 63.3 -35.5) |
| LCH | lch(52.7 72.5 330.7) |
| OKLCH | oklch(0.619 0.205 331.7) |
Copy-ready code
/* CSS */
color: #c84abc;
background-color: #c84abc;
/* Tailwind (arbitrary) */
class="text-[#c84abc] bg-[#c84abc]"
/* SCSS */
$brand: #c84abc;
/* SwiftUI */
Color(red: 0.784, green: 0.290, blue: 0.737)
/* Android */
Color.parseColor("#c84abc")Accessibility — WCAG contrast
Aa
#c84abc on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84abc on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow6.0%
Key (black)21.6%
Color previews
#c84abc text on a black background
contrast 5.16:1
Card sample
#c84abc text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84abc;
Background color
Panel with #c84abc background
background-color: #c84abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 74, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 74, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84abc; background: linear-gradient(135deg, #c84abc, #C84A68);