#394ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
57, 74, 222
HSL
234°, 71%, 55%
CMYK
74, 67, 0, 13
Luminance
0.1104
Every format
| HEX | #394ade |
| RGB | rgb(57, 74, 222) |
| HSL | hsl(234, 71%, 55%) |
| CMYK | cmyk(74%, 67%, 0%, 13%) |
| LAB | lab(39.6 43.6 -76.9) |
| LCH | lch(39.6 88.4 299.5) |
| OKLCH | oklch(0.497 0.223 270.5) |
Copy-ready code
/* CSS */
color: #394ade;
background-color: #394ade;
/* Tailwind (arbitrary) */
class="text-[#394ade] bg-[#394ade]"
/* SCSS */
$brand: #394ade;
/* SwiftUI */
Color(red: 0.224, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#394ade")Accessibility — WCAG contrast
Aa
#394ade on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#394ade on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green29.0%
Blue87.1%
CMYK percentages
Cyan74.3%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#394ade text on a black background
contrast 3.21:1
Card sample
#394ade text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394ade;
Background color
Panel with #394ade background
background-color: #394ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394ade; background: linear-gradient(135deg, #394ade, #9639DE);