#c91dfb
a balanced, electric violet · warm · closest name: magenta
RGB
201, 29, 251
HSL
287°, 97%, 55%
CMYK
20, 88, 0, 2
Luminance
0.2026
Every format
| HEX | #c91dfb |
| RGB | rgb(201, 29, 251) |
| HSL | hsl(287, 97%, 55%) |
| CMYK | cmyk(20%, 88%, 0%, 2%) |
| LAB | lab(52.1 87.0 -72.3) |
| LCH | lch(52.1 113.1 320.3) |
| OKLCH | oklch(0.627 0.295 316.1) |
Copy-ready code
/* CSS */
color: #c91dfb;
background-color: #c91dfb;
/* Tailwind (arbitrary) */
class="text-[#c91dfb] bg-[#c91dfb]"
/* SCSS */
$brand: #c91dfb;
/* SwiftUI */
Color(red: 0.788, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#c91dfb")Accessibility — WCAG contrast
Aa
#c91dfb on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c91dfb on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green11.4%
Blue98.4%
CMYK percentages
Cyan19.9%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#c91dfb text on a black background
contrast 5.05:1
Card sample
#c91dfb text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c91dfb;
Background color
Panel with #c91dfb background
background-color: #c91dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c91dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c91dfb; background: linear-gradient(135deg, #c91dfb, #FB1D99);