#c84b6f
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
200, 75, 111
HSL
343°, 53%, 54%
CMYK
0, 63, 45, 22
Luminance
0.1846
Every format
| HEX | #c84b6f |
| RGB | rgb(200, 75, 111) |
| HSL | hsl(343, 53%, 54%) |
| CMYK | cmyk(0%, 63%, 45%, 22%) |
| LAB | lab(50.0 52.7 6.1) |
| LCH | lch(50.0 53.0 6.6) |
| OKLCH | oklch(0.590 0.161 5.7) |
Copy-ready code
/* CSS */
color: #c84b6f;
background-color: #c84b6f;
/* Tailwind (arbitrary) */
class="text-[#c84b6f] bg-[#c84b6f]"
/* SCSS */
$brand: #c84b6f;
/* SwiftUI */
Color(red: 0.784, green: 0.294, blue: 0.435)
/* Android */
Color.parseColor("#c84b6f")Accessibility — WCAG contrast
Aa
#c84b6f on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c84b6f on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green29.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow44.5%
Key (black)21.6%
Color previews
#c84b6f text on a black background
contrast 4.69:1
Card sample
#c84b6f text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84b6f;
Background color
Panel with #c84b6f background
background-color: #c84b6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84b6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 75, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 75, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84b6f; background: linear-gradient(135deg, #c84b6f, #C87A4B);