#386cdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
56, 108, 223
HSL
221°, 72%, 55%
CMYK
75, 52, 0, 13
Luminance
0.1689
Every format
| HEX | #386cdf |
| RGB | rgb(56, 108, 223) |
| HSL | hsl(221, 72%, 55%) |
| CMYK | cmyk(75%, 52%, 0%, 13%) |
| LAB | lab(48.1 22.5 -63.7) |
| LCH | lch(48.1 67.5 289.5) |
| OKLCH | oklch(0.561 0.184 263.3) |
Copy-ready code
/* CSS */
color: #386cdf;
background-color: #386cdf;
/* Tailwind (arbitrary) */
class="text-[#386cdf] bg-[#386cdf]"
/* SCSS */
$brand: #386cdf;
/* SwiftUI */
Color(red: 0.220, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#386cdf")Accessibility — WCAG contrast
Aa
#386cdf on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#386cdf on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green42.4%
Blue87.5%
CMYK percentages
Cyan74.9%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#386cdf text on a black background
contrast 4.38:1
Card sample
#386cdf text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #386cdf;
Background color
Panel with #386cdf background
background-color: #386cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #386cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #386cdf; background: linear-gradient(135deg, #386cdf, #7338DF);