#365a96
a dark, vivid blue · cool · closest name: steelblue
RGB
54, 90, 150
HSL
218°, 47%, 40%
CMYK
64, 40, 0, 41
Luminance
0.1030
Every format
| HEX | #365a96 |
| RGB | rgb(54, 90, 150) |
| HSL | hsl(218, 47%, 40%) |
| CMYK | cmyk(64%, 40%, 0%, 41%) |
| LAB | lab(38.4 6.9 -36.8) |
| LCH | lch(38.4 37.4 280.7) |
| OKLCH | oklch(0.471 0.106 260.1) |
Copy-ready code
/* CSS */
color: #365a96;
background-color: #365a96;
/* Tailwind (arbitrary) */
class="text-[#365a96] bg-[#365a96]"
/* SCSS */
$brand: #365a96;
/* SwiftUI */
Color(red: 0.212, green: 0.353, blue: 0.588)
/* Android */
Color.parseColor("#365a96")Accessibility — WCAG contrast
Aa
#365a96 on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#365a96 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green35.3%
Blue58.8%
CMYK percentages
Cyan64.0%
Magenta40.0%
Yellow0.0%
Key (black)41.2%
Color previews
#365a96 text on a black background
contrast 3.06:1
Card sample
#365a96 text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #365a96;
Background color
Panel with #365a96 background
background-color: #365a96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #365a96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 90, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 90, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #365a96; background: linear-gradient(135deg, #365a96, #523696);