#c81eb0
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
200, 30, 176
HSL
309°, 74%, 45%
CMYK
0, 85, 12, 22
Luminance
0.1634
Every format
| HEX | #c81eb0 |
| RGB | rgb(200, 30, 176) |
| HSL | hsl(309, 74%, 45%) |
| CMYK | cmyk(0%, 85%, 12%, 22%) |
| LAB | lab(47.4 74.9 -36.8) |
| LCH | lch(47.4 83.5 333.8) |
| OKLCH | oklch(0.579 0.241 335.3) |
Copy-ready code
/* CSS */
color: #c81eb0;
background-color: #c81eb0;
/* Tailwind (arbitrary) */
class="text-[#c81eb0] bg-[#c81eb0]"
/* SCSS */
$brand: #c81eb0;
/* SwiftUI */
Color(red: 0.784, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#c81eb0")Accessibility — WCAG contrast
Aa
#c81eb0 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c81eb0 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green11.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow12.0%
Key (black)21.6%
Color previews
#c81eb0 text on a black background
contrast 4.27:1
Card sample
#c81eb0 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c81eb0;
Background color
Panel with #c81eb0 background
background-color: #c81eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c81eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c81eb0; background: linear-gradient(135deg, #c81eb0, #C81E3F);