#c90ef1
a balanced, electric violet · warm · closest name: magenta
RGB
201, 14, 241
HSL
289°, 89%, 50%
CMYK
17, 94, 0, 6
Luminance
0.1908
Every format
| HEX | #c90ef1 |
| RGB | rgb(201, 14, 241) |
| HSL | hsl(289, 89%, 50%) |
| CMYK | cmyk(17%, 94%, 0%, 6%) |
| LAB | lab(50.8 87.2 -68.8) |
| LCH | lch(50.8 111.1 321.7) |
| OKLCH | oklch(0.616 0.293 318.5) |
Copy-ready code
/* CSS */
color: #c90ef1;
background-color: #c90ef1;
/* Tailwind (arbitrary) */
class="text-[#c90ef1] bg-[#c90ef1]"
/* SCSS */
$brand: #c90ef1;
/* SwiftUI */
Color(red: 0.788, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#c90ef1")Accessibility — WCAG contrast
Aa
#c90ef1 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c90ef1 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green5.5%
Blue94.5%
CMYK percentages
Cyan16.6%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#c90ef1 text on a black background
contrast 4.82:1
Card sample
#c90ef1 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c90ef1;
Background color
Panel with #c90ef1 background
background-color: #c90ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c90ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c90ef1; background: linear-gradient(135deg, #c90ef1, #F10E82);