#c85c4b
a balanced, vivid red · warm · closest name: salmon
RGB
200, 92, 75
HSL
8°, 53%, 54%
CMYK
0, 54, 63, 22
Luminance
0.2044
Every format
| HEX | #c85c4b |
| RGB | rgb(200, 92, 75) |
| HSL | hsl(8, 53%, 54%) |
| CMYK | cmyk(0%, 54%, 63%, 22%) |
| LAB | lab(52.3 41.7 30.4) |
| LCH | lch(52.3 51.7 36.1) |
| OKLCH | oklch(0.605 0.141 30.8) |
Copy-ready code
/* CSS */
color: #c85c4b;
background-color: #c85c4b;
/* Tailwind (arbitrary) */
class="text-[#c85c4b] bg-[#c85c4b]"
/* SCSS */
$brand: #c85c4b;
/* SwiftUI */
Color(red: 0.784, green: 0.361, blue: 0.294)
/* Android */
Color.parseColor("#c85c4b")Accessibility — WCAG contrast
Aa
#c85c4b on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85c4b on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green36.1%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow62.5%
Key (black)21.6%
Color previews
#c85c4b text on a black background
contrast 5.09:1
Card sample
#c85c4b text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85c4b;
Background color
Panel with #c85c4b background
background-color: #c85c4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85c4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 92, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 92, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85c4b; background: linear-gradient(135deg, #c85c4b, #C8AF4B);