#397bfd
a balanced, electric blue · cool · closest name: royalblue
RGB
57, 123, 253
HSL
220°, 98%, 61%
CMYK
78, 51, 0, 1
Luminance
0.2213
Every format
| HEX | #397bfd |
| RGB | rgb(57, 123, 253) |
| HSL | hsl(220, 98%, 61%) |
| CMYK | cmyk(78%, 51%, 0%, 1%) |
| LAB | lab(54.2 24.2 -70.7) |
| LCH | lch(54.2 74.7 288.9) |
| OKLCH | oklch(0.613 0.206 262.0) |
Copy-ready code
/* CSS */
color: #397bfd;
background-color: #397bfd;
/* Tailwind (arbitrary) */
class="text-[#397bfd] bg-[#397bfd]"
/* SCSS */
$brand: #397bfd;
/* SwiftUI */
Color(red: 0.224, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#397bfd")Accessibility — WCAG contrast
Aa
#397bfd on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#397bfd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green48.2%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#397bfd text on a black background
contrast 5.43:1
Card sample
#397bfd text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #397bfd;
Background color
Panel with #397bfd background
background-color: #397bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #397bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #397bfd; background: linear-gradient(135deg, #397bfd, #7A39FD);