#901dfd
a balanced, electric violet · warm · closest name: blue
RGB
144, 29, 253
HSL
271°, 98%, 55%
CMYK
43, 89, 0, 1
Luminance
0.1390
Every format
| HEX | #901dfd |
| RGB | rgb(144, 29, 253) |
| HSL | hsl(271, 98%, 55%) |
| CMYK | cmyk(43%, 89%, 0%, 1%) |
| LAB | lab(44.1 80.2 -86.9) |
| LCH | lch(44.1 118.2 312.7) |
| OKLCH | oklch(0.556 0.284 298.8) |
Copy-ready code
/* CSS */
color: #901dfd;
background-color: #901dfd;
/* Tailwind (arbitrary) */
class="text-[#901dfd] bg-[#901dfd]"
/* SCSS */
$brand: #901dfd;
/* SwiftUI */
Color(red: 0.565, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#901dfd")Accessibility — WCAG contrast
Aa
#901dfd on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#901dfd on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green11.4%
Blue99.2%
CMYK percentages
Cyan43.1%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#901dfd text on a black background
contrast 3.78:1
Card sample
#901dfd text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #901dfd;
Background color
Panel with #901dfd background
background-color: #901dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #901dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #901dfd; background: linear-gradient(135deg, #901dfd, #FD1DD5);