#494cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
73, 76, 223
HSL
239°, 70%, 58%
CMYK
67, 66, 0, 13
Luminance
0.1191
Every format
| HEX | #494cdf |
| RGB | rgb(73, 76, 223) |
| HSL | hsl(239, 70%, 58%) |
| CMYK | cmyk(67%, 66%, 0%, 13%) |
| LAB | lab(41.1 44.5 -75.1) |
| LCH | lch(41.1 87.3 300.7) |
| OKLCH | oklch(0.510 0.218 274.6) |
Copy-ready code
/* CSS */
color: #494cdf;
background-color: #494cdf;
/* Tailwind (arbitrary) */
class="text-[#494cdf] bg-[#494cdf]"
/* SCSS */
$brand: #494cdf;
/* SwiftUI */
Color(red: 0.286, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#494cdf")Accessibility — WCAG contrast
Aa
#494cdf on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#494cdf on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green29.8%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#494cdf text on a black background
contrast 3.38:1
Card sample
#494cdf text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #494cdf;
Background color
Panel with #494cdf background
background-color: #494cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #494cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #494cdf; background: linear-gradient(135deg, #494cdf, #AA49DF);