#494dfd
a balanced, electric blue · warm · closest name: slateblue
RGB
73, 77, 253
HSL
239°, 98%, 64%
CMYK
71, 70, 0, 1
Luminance
0.1382
Every format
| HEX | #494dfd |
| RGB | rgb(73, 77, 253) |
| HSL | hsl(239, 98%, 64%) |
| CMYK | cmyk(71%, 70%, 0%, 1%) |
| LAB | lab(44.0 53.7 -87.3) |
| LCH | lch(44.0 102.5 301.6) |
| OKLCH | oklch(0.539 0.253 273.0) |
Copy-ready code
/* CSS */
color: #494dfd;
background-color: #494dfd;
/* Tailwind (arbitrary) */
class="text-[#494dfd] bg-[#494dfd]"
/* SCSS */
$brand: #494dfd;
/* SwiftUI */
Color(red: 0.286, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#494dfd")Accessibility — WCAG contrast
Aa
#494dfd on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#494dfd on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green30.2%
Blue99.2%
CMYK percentages
Cyan71.1%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#494dfd text on a black background
contrast 3.76:1
Card sample
#494dfd text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #494dfd;
Background color
Panel with #494dfd background
background-color: #494dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #494dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #494dfd; background: linear-gradient(135deg, #494dfd, #BD49FD);