#490cdf
a balanced, electric violet · warm · closest name: blue
RGB
73, 12, 223
HSL
257°, 90%, 46%
CMYK
67, 95, 0, 13
Luminance
0.0701
Every format
| HEX | #490cdf |
| RGB | rgb(73, 12, 223) |
| HSL | hsl(257, 90%, 46%) |
| CMYK | cmyk(67%, 95%, 0%, 13%) |
| LAB | lab(31.8 71.1 -90.4) |
| LCH | lch(31.8 115.0 308.2) |
| OKLCH | oklch(0.446 0.265 279.6) |
Copy-ready code
/* CSS */
color: #490cdf;
background-color: #490cdf;
/* Tailwind (arbitrary) */
class="text-[#490cdf] bg-[#490cdf]"
/* SCSS */
$brand: #490cdf;
/* SwiftUI */
Color(red: 0.286, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#490cdf")Accessibility — WCAG contrast
Aa
#490cdf on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490cdf on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green4.7%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#490cdf text on a black background
contrast 2.40:1
Card sample
#490cdf text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490cdf;
Background color
Panel with #490cdf background
background-color: #490cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490cdf; background: linear-gradient(135deg, #490cdf, #D60CDF);