#901cdf
a balanced, electric violet · warm · closest name: magenta
RGB
144, 28, 223
HSL
276°, 78%, 49%
CMYK
35, 87, 0, 13
Luminance
0.1209
Every format
| HEX | #901cdf |
| RGB | rgb(144, 28, 223) |
| HSL | hsl(276, 78%, 49%) |
| CMYK | cmyk(35%, 87%, 0%, 13%) |
| LAB | lab(41.4 74.1 -74.4) |
| LCH | lch(41.4 105.0 314.9) |
| OKLCH | oklch(0.529 0.259 304.9) |
Copy-ready code
/* CSS */
color: #901cdf;
background-color: #901cdf;
/* Tailwind (arbitrary) */
class="text-[#901cdf] bg-[#901cdf]"
/* SCSS */
$brand: #901cdf;
/* SwiftUI */
Color(red: 0.565, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#901cdf")Accessibility — WCAG contrast
Aa
#901cdf on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#901cdf on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green11.0%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#901cdf text on a black background
contrast 3.42:1
Card sample
#901cdf text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #901cdf;
Background color
Panel with #901cdf background
background-color: #901cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #901cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #901cdf; background: linear-gradient(135deg, #901cdf, #DF1CAC);