#c03469
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
192, 52, 105
HSL
337°, 57%, 48%
CMYK
0, 73, 45, 25
Luminance
0.1468
Every format
| HEX | #c03469 |
| RGB | rgb(192, 52, 105) |
| HSL | hsl(337, 57%, 48%) |
| CMYK | cmyk(0%, 73%, 45%, 25%) |
| LAB | lab(45.2 58.8 2.6) |
| LCH | lch(45.2 58.8 2.5) |
| OKLCH | oklch(0.551 0.180 2.3) |
Copy-ready code
/* CSS */
color: #c03469;
background-color: #c03469;
/* Tailwind (arbitrary) */
class="text-[#c03469] bg-[#c03469]"
/* SCSS */
$brand: #c03469;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.412)
/* Android */
Color.parseColor("#c03469")Accessibility — WCAG contrast
Aa
#c03469 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c03469 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow45.3%
Key (black)24.7%
Color previews
#c03469 text on a black background
contrast 3.94:1
Card sample
#c03469 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03469;
Background color
Panel with #c03469 background
background-color: #c03469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03469; background: linear-gradient(135deg, #c03469, #C05C34);