#396ace
a balanced, vivid blue · cool · closest name: royalblue
RGB
57, 106, 206
HSL
220°, 60%, 52%
CMYK
72, 49, 0, 19
Luminance
0.1563
Every format
| HEX | #396ace |
| RGB | rgb(57, 106, 206) |
| HSL | hsl(220, 60%, 52%) |
| CMYK | cmyk(72%, 49%, 0%, 19%) |
| LAB | lab(46.5 17.7 -56.6) |
| LCH | lch(46.5 59.3 287.3) |
| OKLCH | oklch(0.545 0.164 262.6) |
Copy-ready code
/* CSS */
color: #396ace;
background-color: #396ace;
/* Tailwind (arbitrary) */
class="text-[#396ace] bg-[#396ace]"
/* SCSS */
$brand: #396ace;
/* SwiftUI */
Color(red: 0.224, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#396ace")Accessibility — WCAG contrast
Aa
#396ace on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396ace on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green41.6%
Blue80.8%
CMYK percentages
Cyan72.3%
Magenta48.5%
Yellow0.0%
Key (black)19.2%
Color previews
#396ace text on a black background
contrast 4.13:1
Card sample
#396ace text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396ace;
Background color
Panel with #396ace background
background-color: #396ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396ace; background: linear-gradient(135deg, #396ace, #6C39CE);