#490ace
a dark, electric violet · warm · closest name: blue
RGB
73, 10, 206
HSL
259°, 91%, 42%
CMYK
65, 95, 0, 19
Luminance
0.0609
Every format
| HEX | #490ace |
| RGB | rgb(73, 10, 206) |
| HSL | hsl(259, 91%, 42%) |
| CMYK | cmyk(65%, 95%, 0%, 19%) |
| LAB | lab(29.6 67.3 -84.2) |
| LCH | lch(29.6 107.8 308.6) |
| OKLCH | oklch(0.425 0.248 282.0) |
Copy-ready code
/* CSS */
color: #490ace;
background-color: #490ace;
/* Tailwind (arbitrary) */
class="text-[#490ace] bg-[#490ace]"
/* SCSS */
$brand: #490ace;
/* SwiftUI */
Color(red: 0.286, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#490ace")Accessibility — WCAG contrast
Aa
#490ace on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490ace on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green3.9%
Blue80.8%
CMYK percentages
Cyan64.6%
Magenta95.1%
Yellow0.0%
Key (black)19.2%
Color previews
#490ace text on a black background
contrast 2.22:1
Card sample
#490ace text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490ace;
Background color
Panel with #490ace background
background-color: #490ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490ace; background: linear-gradient(135deg, #490ace, #CC0ACE);