#394cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
57, 76, 223
HSL
233°, 72%, 55%
CMYK
74, 66, 0, 13
Luminance
0.1137
Every format
| HEX | #394cdf |
| RGB | rgb(57, 76, 223) |
| HSL | hsl(233, 72%, 55%) |
| CMYK | cmyk(74%, 66%, 0%, 13%) |
| LAB | lab(40.2 42.7 -76.6) |
| LCH | lch(40.2 87.7 299.2) |
| OKLCH | oklch(0.502 0.222 270.2) |
Copy-ready code
/* CSS */
color: #394cdf;
background-color: #394cdf;
/* Tailwind (arbitrary) */
class="text-[#394cdf] bg-[#394cdf]"
/* SCSS */
$brand: #394cdf;
/* SwiftUI */
Color(red: 0.224, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#394cdf")Accessibility — WCAG contrast
Aa
#394cdf on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#394cdf on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green29.8%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#394cdf text on a black background
contrast 3.27:1
Card sample
#394cdf text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394cdf;
Background color
Panel with #394cdf background
background-color: #394cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394cdf; background: linear-gradient(135deg, #394cdf, #9539DF);