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