#c91afb
a balanced, electric violet · warm · closest name: magenta
RGB
201, 26, 251
HSL
287°, 97%, 54%
CMYK
20, 90, 0, 2
Luminance
0.2012
Every format
| HEX | #c91afb |
| RGB | rgb(201, 26, 251) |
| HSL | hsl(287, 97%, 54%) |
| CMYK | cmyk(20%, 90%, 0%, 2%) |
| LAB | lab(52.0 87.4 -72.5) |
| LCH | lch(52.0 113.6 320.3) |
| OKLCH | oklch(0.626 0.296 316.2) |
Copy-ready code
/* CSS */
color: #c91afb;
background-color: #c91afb;
/* Tailwind (arbitrary) */
class="text-[#c91afb] bg-[#c91afb]"
/* SCSS */
$brand: #c91afb;
/* SwiftUI */
Color(red: 0.788, green: 0.102, blue: 0.984)
/* Android */
Color.parseColor("#c91afb")Accessibility — WCAG contrast
Aa
#c91afb on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c91afb on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green10.2%
Blue98.4%
CMYK percentages
Cyan19.9%
Magenta89.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c91afb text on a black background
contrast 5.02:1
Card sample
#c91afb text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c91afb;
Background color
Panel with #c91afb background
background-color: #c91afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c91afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 26, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 26, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c91afb; background: linear-gradient(135deg, #c91afb, #FB1A97);