#c91df6
a balanced, electric violet · warm · closest name: magenta
RGB
201, 29, 246
HSL
288°, 92%, 54%
CMYK
18, 88, 0, 4
Luminance
0.1995
Every format
| HEX | #c91df6 |
| RGB | rgb(201, 29, 246) |
| HSL | hsl(288, 92%, 54%) |
| CMYK | cmyk(18%, 88%, 0%, 4%) |
| LAB | lab(51.8 86.1 -70.0) |
| LCH | lch(51.8 111.0 320.9) |
| OKLCH | oklch(0.624 0.291 317.2) |
Copy-ready code
/* CSS */
color: #c91df6;
background-color: #c91df6;
/* Tailwind (arbitrary) */
class="text-[#c91df6] bg-[#c91df6]"
/* SCSS */
$brand: #c91df6;
/* SwiftUI */
Color(red: 0.788, green: 0.114, blue: 0.965)
/* Android */
Color.parseColor("#c91df6")Accessibility — WCAG contrast
Aa
#c91df6 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c91df6 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green11.4%
Blue96.5%
CMYK percentages
Cyan18.3%
Magenta88.2%
Yellow0.0%
Key (black)3.5%
Color previews
#c91df6 text on a black background
contrast 4.99:1
Card sample
#c91df6 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c91df6;
Background color
Panel with #c91df6 background
background-color: #c91df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c91df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 29, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 29, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c91df6; background: linear-gradient(135deg, #c91df6, #F61D92);