#396fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
57, 111, 223
HSL
221°, 72%, 55%
CMYK
74, 50, 0, 13
Luminance
0.1757
Every format
| HEX | #396fdf |
| RGB | rgb(57, 111, 223) |
| HSL | hsl(221, 72%, 55%) |
| CMYK | cmyk(74%, 50%, 0%, 13%) |
| LAB | lab(49.0 20.8 -62.3) |
| LCH | lch(49.0 65.7 288.4) |
| OKLCH | oklch(0.567 0.181 262.7) |
Copy-ready code
/* CSS */
color: #396fdf;
background-color: #396fdf;
/* Tailwind (arbitrary) */
class="text-[#396fdf] bg-[#396fdf]"
/* SCSS */
$brand: #396fdf;
/* SwiftUI */
Color(red: 0.224, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#396fdf")Accessibility — WCAG contrast
Aa
#396fdf on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396fdf on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green43.5%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#396fdf text on a black background
contrast 4.51:1
Card sample
#396fdf text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396fdf;
Background color
Panel with #396fdf background
background-color: #396fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396fdf; background: linear-gradient(135deg, #396fdf, #7239DF);