#396fda
a balanced, vivid blue · cool · closest name: royalblue
RGB
57, 111, 218
HSL
220°, 69%, 54%
CMYK
74, 49, 0, 15
Luminance
0.1730
Every format
| HEX | #396fda |
| RGB | rgb(57, 111, 218) |
| HSL | hsl(220, 69%, 54%) |
| CMYK | cmyk(74%, 49%, 0%, 15%) |
| LAB | lab(48.6 18.9 -60.0) |
| LCH | lch(48.6 62.9 287.5) |
| OKLCH | oklch(0.564 0.174 262.2) |
Copy-ready code
/* CSS */
color: #396fda;
background-color: #396fda;
/* Tailwind (arbitrary) */
class="text-[#396fda] bg-[#396fda]"
/* SCSS */
$brand: #396fda;
/* SwiftUI */
Color(red: 0.224, green: 0.435, blue: 0.855)
/* Android */
Color.parseColor("#396fda")Accessibility — WCAG contrast
Aa
#396fda on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396fda on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green43.5%
Blue85.5%
CMYK percentages
Cyan73.9%
Magenta49.1%
Yellow0.0%
Key (black)14.5%
Color previews
#396fda text on a black background
contrast 4.46:1
Card sample
#396fda text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396fda;
Background color
Panel with #396fda background
background-color: #396fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 111, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 111, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396fda; background: linear-gradient(135deg, #396fda, #6E39DA);