#490dfd
a balanced, electric violet · warm · closest name: blue
RGB
73, 13, 253
HSL
255°, 98%, 52%
CMYK
71, 95, 0, 1
Luminance
0.0880
Every format
| HEX | #490dfd |
| RGB | rgb(73, 13, 253) |
| HSL | hsl(255, 98%, 52%) |
| CMYK | cmyk(71%, 95%, 0%, 1%) |
| LAB | lab(35.6 78.1 -101.2) |
| LCH | lch(35.6 127.8 307.7) |
| OKLCH | oklch(0.481 0.294 276.4) |
Copy-ready code
/* CSS */
color: #490dfd;
background-color: #490dfd;
/* Tailwind (arbitrary) */
class="text-[#490dfd] bg-[#490dfd]"
/* SCSS */
$brand: #490dfd;
/* SwiftUI */
Color(red: 0.286, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#490dfd")Accessibility — WCAG contrast
Aa
#490dfd on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490dfd on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green5.1%
Blue99.2%
CMYK percentages
Cyan71.1%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#490dfd text on a black background
contrast 2.76:1
Card sample
#490dfd text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490dfd;
Background color
Panel with #490dfd background
background-color: #490dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490dfd; background: linear-gradient(135deg, #490dfd, #E90DFD);