#490dfb
a balanced, electric violet · warm · closest name: blue
RGB
73, 13, 251
HSL
255°, 97%, 52%
CMYK
71, 95, 0, 2
Luminance
0.0867
Every format
| HEX | #490dfb |
| RGB | rgb(73, 13, 251) |
| HSL | hsl(255, 97%, 52%) |
| CMYK | cmyk(71%, 95%, 0%, 2%) |
| LAB | lab(35.3 77.6 -100.5) |
| LCH | lch(35.3 126.9 307.7) |
| OKLCH | oklch(0.479 0.292 276.6) |
Copy-ready code
/* CSS */
color: #490dfb;
background-color: #490dfb;
/* Tailwind (arbitrary) */
class="text-[#490dfb] bg-[#490dfb]"
/* SCSS */
$brand: #490dfb;
/* SwiftUI */
Color(red: 0.286, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#490dfb")Accessibility — WCAG contrast
Aa
#490dfb on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490dfb on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green5.1%
Blue98.4%
CMYK percentages
Cyan70.9%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#490dfb text on a black background
contrast 2.73:1
Card sample
#490dfb text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490dfb;
Background color
Panel with #490dfb background
background-color: #490dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490dfb; background: linear-gradient(135deg, #490dfb, #E80DFB);