#c91fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
201, 31, 186
HSL
305°, 73%, 46%
CMYK
0, 85, 8, 21
Luminance
0.1694
Every format
| HEX | #c91fba |
| RGB | rgb(201, 31, 186) |
| HSL | hsl(305, 73%, 46%) |
| CMYK | cmyk(0%, 85%, 8%, 21%) |
| LAB | lab(48.2 76.3 -41.5) |
| LCH | lch(48.2 86.8 331.5) |
| OKLCH | oklch(0.587 0.248 332.5) |
Copy-ready code
/* CSS */
color: #c91fba;
background-color: #c91fba;
/* Tailwind (arbitrary) */
class="text-[#c91fba] bg-[#c91fba]"
/* SCSS */
$brand: #c91fba;
/* SwiftUI */
Color(red: 0.788, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#c91fba")Accessibility — WCAG contrast
Aa
#c91fba on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c91fba on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green12.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta84.6%
Yellow7.5%
Key (black)21.2%
Color previews
#c91fba text on a black background
contrast 4.39:1
Card sample
#c91fba text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c91fba;
Background color
Panel with #c91fba background
background-color: #c91fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c91fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c91fba; background: linear-gradient(135deg, #c91fba, #C91F49);