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