#c5299e
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
197, 41, 158
HSL
315°, 66%, 47%
CMYK
0, 79, 20, 23
Luminance
0.1592
Every format
| HEX | #c5299e |
| RGB | rgb(197, 41, 158) |
| HSL | hsl(315, 66%, 47%) |
| CMYK | cmyk(0%, 79%, 20%, 23%) |
| LAB | lab(46.9 69.4 -27.1) |
| LCH | lch(46.9 74.5 338.7) |
| OKLCH | oklch(0.571 0.220 340.6) |
Copy-ready code
/* CSS */
color: #c5299e;
background-color: #c5299e;
/* Tailwind (arbitrary) */
class="text-[#c5299e] bg-[#c5299e]"
/* SCSS */
$brand: #c5299e;
/* SwiftUI */
Color(red: 0.773, green: 0.161, blue: 0.620)
/* Android */
Color.parseColor("#c5299e")Accessibility — WCAG contrast
Aa
#c5299e on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c5299e on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green16.1%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow19.8%
Key (black)22.7%
Color previews
#c5299e text on a black background
contrast 4.18:1
Card sample
#c5299e text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5299e;
Background color
Panel with #c5299e background
background-color: #c5299e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5299e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 41, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 41, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5299e; background: linear-gradient(135deg, #c5299e, #C52936);