#394dfd
a balanced, electric blue · warm · closest name: blue
RGB
57, 77, 253
HSL
234°, 98%, 61%
CMYK
78, 70, 0, 1
Luminance
0.1327
Every format
| HEX | #394dfd |
| RGB | rgb(57, 77, 253) |
| HSL | hsl(234, 98%, 61%) |
| CMYK | cmyk(78%, 70%, 0%, 1%) |
| LAB | lab(43.2 52.3 -88.6) |
| LCH | lch(43.2 102.9 300.5) |
| OKLCH | oklch(0.531 0.257 269.4) |
Copy-ready code
/* CSS */
color: #394dfd;
background-color: #394dfd;
/* Tailwind (arbitrary) */
class="text-[#394dfd] bg-[#394dfd]"
/* SCSS */
$brand: #394dfd;
/* SwiftUI */
Color(red: 0.224, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#394dfd")Accessibility — WCAG contrast
Aa
#394dfd on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#394dfd on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green30.2%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#394dfd text on a black background
contrast 3.65:1
Card sample
#394dfd text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394dfd;
Background color
Panel with #394dfd background
background-color: #394dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394dfd; background: linear-gradient(135deg, #394dfd, #A839FD);