#494fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
73, 79, 223
HSL
238°, 70%, 58%
CMYK
67, 65, 0, 13
Luminance
0.1234
Every format
| HEX | #494fdf |
| RGB | rgb(73, 79, 223) |
| HSL | hsl(238, 70%, 58%) |
| CMYK | cmyk(67%, 65%, 0%, 13%) |
| LAB | lab(41.7 42.7 -74.0) |
| LCH | lch(41.7 85.5 300.0) |
| OKLCH | oklch(0.515 0.214 274.1) |
Copy-ready code
/* CSS */
color: #494fdf;
background-color: #494fdf;
/* Tailwind (arbitrary) */
class="text-[#494fdf] bg-[#494fdf]"
/* SCSS */
$brand: #494fdf;
/* SwiftUI */
Color(red: 0.286, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#494fdf")Accessibility — WCAG contrast
Aa
#494fdf on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#494fdf on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green31.0%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#494fdf text on a black background
contrast 3.47:1
Card sample
#494fdf text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #494fdf;
Background color
Panel with #494fdf background
background-color: #494fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #494fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #494fdf; background: linear-gradient(135deg, #494fdf, #A749DF);