#490cff
a balanced, electric violet · warm · closest name: blue
RGB
73, 12, 255
HSL
255°, 100%, 52%
CMYK
71, 95, 0, 0
Luminance
0.0890
Every format
| HEX | #490cff |
| RGB | rgb(73, 12, 255) |
| HSL | hsl(255, 100%, 52%) |
| CMYK | cmyk(71%, 95%, 0%, 0%) |
| LAB | lab(35.8 78.7 -102.0) |
| LCH | lch(35.8 128.8 307.7) |
| OKLCH | oklch(0.483 0.296 276.2) |
Copy-ready code
/* CSS */
color: #490cff;
background-color: #490cff;
/* Tailwind (arbitrary) */
class="text-[#490cff] bg-[#490cff]"
/* SCSS */
$brand: #490cff;
/* SwiftUI */
Color(red: 0.286, green: 0.047, blue: 1.000)
/* Android */
Color.parseColor("#490cff")Accessibility — WCAG contrast
Aa
#490cff on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490cff on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green4.7%
Blue100.0%
CMYK percentages
Cyan71.4%
Magenta95.3%
Yellow0.0%
Key (black)0.0%
Color previews
#490cff text on a black background
contrast 2.78:1
Card sample
#490cff text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490cff;
Background color
Panel with #490cff background
background-color: #490cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 12, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 12, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490cff; background: linear-gradient(135deg, #490cff, #EB0CFF);