#396baf
a balanced, vivid blue · cool · closest name: steelblue
RGB
57, 107, 175
HSL
215°, 51%, 46%
CMYK
67, 39, 0, 31
Luminance
0.1448
Every format
| HEX | #396baf |
| RGB | rgb(57, 107, 175) |
| HSL | hsl(215, 51%, 46%) |
| CMYK | cmyk(67%, 39%, 0%, 31%) |
| LAB | lab(44.9 5.7 -41.2) |
| LCH | lch(44.9 41.6 277.9) |
| OKLCH | oklch(0.526 0.120 256.7) |
Copy-ready code
/* CSS */
color: #396baf;
background-color: #396baf;
/* Tailwind (arbitrary) */
class="text-[#396baf] bg-[#396baf]"
/* SCSS */
$brand: #396baf;
/* SwiftUI */
Color(red: 0.224, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#396baf")Accessibility — WCAG contrast
Aa
#396baf on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396baf on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green42.0%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta38.9%
Yellow0.0%
Key (black)31.4%
Color previews
#396baf text on a black background
contrast 3.90:1
Card sample
#396baf text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396baf;
Background color
Panel with #396baf background
background-color: #396baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396baf; background: linear-gradient(135deg, #396baf, #5639AF);