#c82467
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
200, 36, 103
HSL
336°, 70%, 46%
CMYK
0, 82, 49, 22
Luminance
0.1452
Every format
| HEX | #c82467 |
| RGB | rgb(200, 36, 103) |
| HSL | hsl(336, 70%, 46%) |
| CMYK | cmyk(0%, 82%, 49%, 22%) |
| LAB | lab(45.0 65.5 3.7) |
| LCH | lch(45.0 65.6 3.2) |
| OKLCH | oklch(0.552 0.201 2.9) |
Copy-ready code
/* CSS */
color: #c82467;
background-color: #c82467;
/* Tailwind (arbitrary) */
class="text-[#c82467] bg-[#c82467]"
/* SCSS */
$brand: #c82467;
/* SwiftUI */
Color(red: 0.784, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#c82467")Accessibility — WCAG contrast
Aa
#c82467 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c82467 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green14.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow48.5%
Key (black)21.6%
Color previews
#c82467 text on a black background
contrast 3.90:1
Card sample
#c82467 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82467;
Background color
Panel with #c82467 background
background-color: #c82467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82467; background: linear-gradient(135deg, #c82467, #C84E24);