#386ade
a balanced, vivid blue · cool · closest name: royalblue
RGB
56, 106, 222
HSL
222°, 72%, 55%
CMYK
75, 52, 0, 13
Luminance
0.1642
Every format
| HEX | #386ade |
| RGB | rgb(56, 106, 222) |
| HSL | hsl(222, 72%, 55%) |
| CMYK | cmyk(75%, 52%, 0%, 13%) |
| LAB | lab(47.5 23.4 -64.1) |
| LCH | lch(47.5 68.2 290.1) |
| OKLCH | oklch(0.556 0.186 263.8) |
Copy-ready code
/* CSS */
color: #386ade;
background-color: #386ade;
/* Tailwind (arbitrary) */
class="text-[#386ade] bg-[#386ade]"
/* SCSS */
$brand: #386ade;
/* SwiftUI */
Color(red: 0.220, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#386ade")Accessibility — WCAG contrast
Aa
#386ade on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#386ade on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green41.6%
Blue87.1%
CMYK percentages
Cyan74.8%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#386ade text on a black background
contrast 4.28:1
Card sample
#386ade text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #386ade;
Background color
Panel with #386ade background
background-color: #386ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #386ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #386ade; background: linear-gradient(135deg, #386ade, #7538DE);