#396fba
a balanced, vivid blue · cool · closest name: steelblue
RGB
57, 111, 186
HSL
215°, 53%, 48%
CMYK
69, 40, 0, 27
Luminance
0.1578
Every format
| HEX | #396fba |
| RGB | rgb(57, 111, 186) |
| HSL | hsl(215, 53%, 48%) |
| CMYK | cmyk(69%, 40%, 0%, 27%) |
| LAB | lab(46.7 7.2 -44.8) |
| LCH | lch(46.7 45.4 279.1) |
| OKLCH | oklch(0.542 0.131 257.1) |
Copy-ready code
/* CSS */
color: #396fba;
background-color: #396fba;
/* Tailwind (arbitrary) */
class="text-[#396fba] bg-[#396fba]"
/* SCSS */
$brand: #396fba;
/* SwiftUI */
Color(red: 0.224, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#396fba")Accessibility — WCAG contrast
Aa
#396fba on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#396fba on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green43.5%
Blue72.9%
CMYK percentages
Cyan69.4%
Magenta40.3%
Yellow0.0%
Key (black)27.1%
Color previews
#396fba text on a black background
contrast 4.16:1
Card sample
#396fba text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #396fba;
Background color
Panel with #396fba background
background-color: #396fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #396fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #396fba; background: linear-gradient(135deg, #396fba, #5939BA);