#c8438d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 67, 141
HSL
327°, 55%, 52%
CMYK
0, 67, 30, 22
Luminance
0.1822
Every format
| HEX | #c8438d |
| RGB | rgb(200, 67, 141) |
| HSL | hsl(327, 55%, 52%) |
| CMYK | cmyk(0%, 67%, 30%, 22%) |
| LAB | lab(49.8 59.4 -12.4) |
| LCH | lch(49.8 60.6 348.2) |
| OKLCH | oklch(0.591 0.183 349.8) |
Copy-ready code
/* CSS */
color: #c8438d;
background-color: #c8438d;
/* Tailwind (arbitrary) */
class="text-[#c8438d] bg-[#c8438d]"
/* SCSS */
$brand: #c8438d;
/* SwiftUI */
Color(red: 0.784, green: 0.263, blue: 0.553)
/* Android */
Color.parseColor("#c8438d")Accessibility — WCAG contrast
Aa
#c8438d on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c8438d on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green26.3%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow29.5%
Key (black)21.6%
Color previews
#c8438d text on a black background
contrast 4.64:1
Card sample
#c8438d text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8438d;
Background color
Panel with #c8438d background
background-color: #c8438d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8438d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 67, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 67, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8438d; background: linear-gradient(135deg, #c8438d, #C85243);