#c0133f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 19, 63
HSL
345°, 82%, 41%
CMYK
0, 90, 67, 25
Luminance
0.1203
Every format
| HEX | #c0133f |
| RGB | rgb(192, 19, 63) |
| HSL | hsl(345, 82%, 41%) |
| CMYK | cmyk(0%, 90%, 67%, 25%) |
| LAB | lab(41.3 64.1 23.4) |
| LCH | lch(41.3 68.3 20.0) |
| OKLCH | oklch(0.519 0.199 16.1) |
Copy-ready code
/* CSS */
color: #c0133f;
background-color: #c0133f;
/* Tailwind (arbitrary) */
class="text-[#c0133f] bg-[#c0133f]"
/* SCSS */
$brand: #c0133f;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.247)
/* Android */
Color.parseColor("#c0133f")Accessibility — WCAG contrast
Aa
#c0133f on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0133f on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow67.2%
Key (black)24.7%
Color previews
#c0133f text on a black background
contrast 3.41:1
Card sample
#c0133f text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0133f;
Background color
Panel with #c0133f background
background-color: #c0133f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0133f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0133f; background: linear-gradient(135deg, #c0133f, #C05A13);