#c93049
a balanced, vivid red · warm · closest name: crimson
RGB
201, 48, 73
HSL
350°, 61%, 49%
CMYK
0, 76, 64, 21
Luminance
0.1501
Every format
| HEX | #c93049 |
| RGB | rgb(201, 48, 73) |
| HSL | hsl(350, 61%, 49%) |
| CMYK | cmyk(0%, 76%, 64%, 21%) |
| LAB | lab(45.7 60.3 23.2) |
| LCH | lch(45.7 64.6 21.1) |
| OKLCH | oklch(0.555 0.188 17.2) |
Copy-ready code
/* CSS */
color: #c93049;
background-color: #c93049;
/* Tailwind (arbitrary) */
class="text-[#c93049] bg-[#c93049]"
/* SCSS */
$brand: #c93049;
/* SwiftUI */
Color(red: 0.788, green: 0.188, blue: 0.286)
/* Android */
Color.parseColor("#c93049")Accessibility — WCAG contrast
Aa
#c93049 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c93049 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green18.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow63.7%
Key (black)21.2%
Color previews
#c93049 text on a black background
contrast 4.00:1
Card sample
#c93049 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c93049;
Background color
Panel with #c93049 background
background-color: #c93049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c93049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 48, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 48, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c93049; background: linear-gradient(135deg, #c93049, #C97D30);