#c83751
a balanced, vivid red · warm · closest name: crimson
RGB
200, 55, 81
HSL
349°, 57%, 50%
CMYK
0, 73, 60, 22
Luminance
0.1561
Every format
| HEX | #c83751 |
| RGB | rgb(200, 55, 81) |
| HSL | hsl(349, 57%, 50%) |
| CMYK | cmyk(0%, 73%, 60%, 22%) |
| LAB | lab(46.5 58.1 19.3) |
| LCH | lch(46.5 61.3 18.4) |
| OKLCH | oklch(0.561 0.181 15.2) |
Copy-ready code
/* CSS */
color: #c83751;
background-color: #c83751;
/* Tailwind (arbitrary) */
class="text-[#c83751] bg-[#c83751]"
/* SCSS */
$brand: #c83751;
/* SwiftUI */
Color(red: 0.784, green: 0.216, blue: 0.318)
/* Android */
Color.parseColor("#c83751")Accessibility — WCAG contrast
Aa
#c83751 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c83751 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green21.6%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow59.5%
Key (black)21.6%
Color previews
#c83751 text on a black background
contrast 4.12:1
Card sample
#c83751 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c83751;
Background color
Panel with #c83751 background
background-color: #c83751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c83751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 55, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 55, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c83751; background: linear-gradient(135deg, #c83751, #C87E37);