#c23948
a balanced, vivid red · warm · closest name: firebrick
RGB
194, 57, 72
HSL
353°, 55%, 49%
CMYK
0, 71, 63, 24
Luminance
0.1486
Every format
| HEX | #c23948 |
| RGB | rgb(194, 57, 72) |
| HSL | hsl(353, 55%, 49%) |
| CMYK | cmyk(0%, 71%, 63%, 24%) |
| LAB | lab(45.5 55.0 23.3) |
| LCH | lch(45.5 59.7 22.9) |
| OKLCH | oklch(0.551 0.173 18.9) |
Copy-ready code
/* CSS */
color: #c23948;
background-color: #c23948;
/* Tailwind (arbitrary) */
class="text-[#c23948] bg-[#c23948]"
/* SCSS */
$brand: #c23948;
/* SwiftUI */
Color(red: 0.761, green: 0.224, blue: 0.282)
/* Android */
Color.parseColor("#c23948")Accessibility — WCAG contrast
Aa
#c23948 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c23948 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green22.4%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow62.9%
Key (black)23.9%
Color previews
#c23948 text on a black background
contrast 3.97:1
Card sample
#c23948 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c23948;
Background color
Panel with #c23948 background
background-color: #c23948;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c23948;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 57, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 57, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c23948; background: linear-gradient(135deg, #c23948, #C28539);