#490fac
a dark, electric violet · warm · closest name: navy
RGB
73, 15, 172
HSL
262°, 84%, 37%
CMYK
58, 91, 0, 33
Luminance
0.0474
Every format
| HEX | #490fac |
| RGB | rgb(73, 15, 172) |
| HSL | hsl(262, 84%, 37%) |
| CMYK | cmyk(58%, 91%, 0%, 33%) |
| LAB | lab(26.0 58.0 -70.2) |
| LCH | lch(26.0 91.0 309.6) |
| OKLCH | oklch(0.389 0.212 287.9) |
Copy-ready code
/* CSS */
color: #490fac;
background-color: #490fac;
/* Tailwind (arbitrary) */
class="text-[#490fac] bg-[#490fac]"
/* SCSS */
$brand: #490fac;
/* SwiftUI */
Color(red: 0.286, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#490fac")Accessibility — WCAG contrast
Aa
#490fac on white: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490fac on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green5.9%
Blue67.5%
CMYK percentages
Cyan57.6%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#490fac text on a black background
contrast 1.95:1
Card sample
#490fac text on a white background
contrast 10.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490fac;
Background color
Panel with #490fac background
background-color: #490fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490fac; background: linear-gradient(135deg, #490fac, #AC0FA6);