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