#490fdf
a balanced, electric violet · warm · closest name: blue
RGB
73, 15, 223
HSL
257°, 87%, 47%
CMYK
67, 93, 0, 13
Luminance
0.0709
Every format
| HEX | #490fdf |
| RGB | rgb(73, 15, 223) |
| HSL | hsl(257, 87%, 47%) |
| CMYK | cmyk(67%, 93%, 0%, 13%) |
| LAB | lab(32.0 70.5 -90.1) |
| LCH | lch(32.0 114.4 308.0) |
| OKLCH | oklch(0.447 0.264 279.6) |
Copy-ready code
/* CSS */
color: #490fdf;
background-color: #490fdf;
/* Tailwind (arbitrary) */
class="text-[#490fdf] bg-[#490fdf]"
/* SCSS */
$brand: #490fdf;
/* SwiftUI */
Color(red: 0.286, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#490fdf")Accessibility — WCAG contrast
Aa
#490fdf on white: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490fdf on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green5.9%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#490fdf text on a black background
contrast 2.42:1
Card sample
#490fdf text on a white background
contrast 8.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490fdf;
Background color
Panel with #490fdf background
background-color: #490fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490fdf; background: linear-gradient(135deg, #490fdf, #D40FDF);