#c52154
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
197, 33, 84
HSL
341°, 71%, 45%
CMYK
0, 83, 57, 23
Luminance
0.1360
Every format
| HEX | #c52154 |
| RGB | rgb(197, 33, 84) |
| HSL | hsl(341, 71%, 45%) |
| CMYK | cmyk(0%, 83%, 57%, 23%) |
| LAB | lab(43.7 64.0 13.6) |
| LCH | lch(43.7 65.4 12.0) |
| OKLCH | oklch(0.540 0.197 10.0) |
Copy-ready code
/* CSS */
color: #c52154;
background-color: #c52154;
/* Tailwind (arbitrary) */
class="text-[#c52154] bg-[#c52154]"
/* SCSS */
$brand: #c52154;
/* SwiftUI */
Color(red: 0.773, green: 0.129, blue: 0.329)
/* Android */
Color.parseColor("#c52154")Accessibility — WCAG contrast
Aa
#c52154 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52154 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green12.9%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow57.4%
Key (black)22.7%
Color previews
#c52154 text on a black background
contrast 3.72:1
Card sample
#c52154 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52154;
Background color
Panel with #c52154 background
background-color: #c52154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 33, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 33, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52154; background: linear-gradient(135deg, #c52154, #C55B21);