#c02a5f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
192, 42, 95
HSL
339°, 64%, 46%
CMYK
0, 78, 51, 25
Luminance
0.1369
Every format
| HEX | #c02a5f |
| RGB | rgb(192, 42, 95) |
| HSL | hsl(339, 64%, 46%) |
| CMYK | cmyk(0%, 78%, 51%, 25%) |
| LAB | lab(43.8 61.1 6.7) |
| LCH | lch(43.8 61.5 6.3) |
| OKLCH | oklch(0.540 0.188 5.4) |
Copy-ready code
/* CSS */
color: #c02a5f;
background-color: #c02a5f;
/* Tailwind (arbitrary) */
class="text-[#c02a5f] bg-[#c02a5f]"
/* SCSS */
$brand: #c02a5f;
/* SwiftUI */
Color(red: 0.753, green: 0.165, blue: 0.373)
/* Android */
Color.parseColor("#c02a5f")Accessibility — WCAG contrast
Aa
#c02a5f on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02a5f on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green16.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow50.5%
Key (black)24.7%
Color previews
#c02a5f text on a black background
contrast 3.74:1
Card sample
#c02a5f text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02a5f;
Background color
Panel with #c02a5f background
background-color: #c02a5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02a5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 42, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 42, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02a5f; background: linear-gradient(135deg, #c02a5f, #C0592A);