#c5309c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 48, 156
HSL
317°, 61%, 48%
CMYK
0, 76, 21, 23
Luminance
0.1638
Every format
| HEX | #c5309c |
| RGB | rgb(197, 48, 156) |
| HSL | hsl(317, 61%, 48%) |
| CMYK | cmyk(0%, 76%, 21%, 23%) |
| LAB | lab(47.5 67.1 -24.9) |
| LCH | lch(47.5 71.6 339.6) |
| OKLCH | oklch(0.575 0.212 341.6) |
Copy-ready code
/* CSS */
color: #c5309c;
background-color: #c5309c;
/* Tailwind (arbitrary) */
class="text-[#c5309c] bg-[#c5309c]"
/* SCSS */
$brand: #c5309c;
/* SwiftUI */
Color(red: 0.773, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#c5309c")Accessibility — WCAG contrast
Aa
#c5309c on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c5309c on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green18.8%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow20.8%
Key (black)22.7%
Color previews
#c5309c text on a black background
contrast 4.28:1
Card sample
#c5309c text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5309c;
Background color
Panel with #c5309c background
background-color: #c5309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5309c; background: linear-gradient(135deg, #c5309c, #C53039);