#c0153a
a dark, electric red · warm · closest name: crimson
RGB
192, 21, 58
HSL
347°, 80%, 42%
CMYK
0, 89, 70, 25
Luminance
0.1205
Every format
| HEX | #c0153a |
| RGB | rgb(192, 21, 58) |
| HSL | hsl(347, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 70%, 25%) |
| LAB | lab(41.3 63.6 26.6) |
| LCH | lch(41.3 68.9 22.7) |
| OKLCH | oklch(0.519 0.198 18.2) |
Copy-ready code
/* CSS */
color: #c0153a;
background-color: #c0153a;
/* Tailwind (arbitrary) */
class="text-[#c0153a] bg-[#c0153a]"
/* SCSS */
$brand: #c0153a;
/* SwiftUI */
Color(red: 0.753, green: 0.082, blue: 0.227)
/* Android */
Color.parseColor("#c0153a")Accessibility — WCAG contrast
Aa
#c0153a on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0153a on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.2%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow69.8%
Key (black)24.7%
Color previews
#c0153a text on a black background
contrast 3.41:1
Card sample
#c0153a text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0153a;
Background color
Panel with #c0153a background
background-color: #c0153a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0153a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 21, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 21, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0153a; background: linear-gradient(135deg, #c0153a, #C06215);