#396bdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
57, 107, 223
HSL
222°, 72%, 55%
CMYK
74, 52, 0, 13
Luminance
0.1671
Every format
| HEX | #396bdf |
| RGB | rgb(57, 107, 223) |
| HSL | hsl(222, 72%, 55%) |
| CMYK | cmyk(74%, 52%, 0%, 13%) |
| LAB | lab(47.9 23.3 -64.0) |
| LCH | lch(47.9 68.2 290.0) |
| OKLCH | oklch(0.559 0.185 263.8) |
Copy-ready code
/* CSS */
color: #396bdf;
background-color: #396bdf;
/* Tailwind (arbitrary) */
class="text-[#396bdf] bg-[#396bdf]"
/* SCSS */
$brand: #396bdf;
/* SwiftUI */
Color(red: 0.224, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#396bdf")Accessibility — WCAG contrast
Aa
#396bdf on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396bdf on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green42.0%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#396bdf text on a black background
contrast 4.34:1
Card sample
#396bdf text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396bdf;
Background color
Panel with #396bdf background
background-color: #396bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396bdf; background: linear-gradient(135deg, #396bdf, #7639DF);