#386890
a dark, soft blue · cool · closest name: steelblue
RGB
56, 104, 144
HSL
207°, 44%, 39%
CMYK
61, 28, 0, 44
Luminance
0.1275
Every format
| HEX | #386890 |
| RGB | rgb(56, 104, 144) |
| HSL | hsl(207, 44%, 39%) |
| CMYK | cmyk(61%, 28%, 0%, 44%) |
| LAB | lab(42.4 -3.6 -26.9) |
| LCH | lch(42.4 27.1 262.4) |
| OKLCH | oklch(0.501 0.083 245.6) |
Copy-ready code
/* CSS */
color: #386890;
background-color: #386890;
/* Tailwind (arbitrary) */
class="text-[#386890] bg-[#386890]"
/* SCSS */
$brand: #386890;
/* SwiftUI */
Color(red: 0.220, green: 0.408, blue: 0.565)
/* Android */
Color.parseColor("#386890")Accessibility — WCAG contrast
Aa
#386890 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#386890 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green40.8%
Blue56.5%
CMYK percentages
Cyan61.1%
Magenta27.8%
Yellow0.0%
Key (black)43.5%
Color previews
#386890 text on a black background
contrast 3.55:1
Card sample
#386890 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #386890;
Background color
Panel with #386890 background
background-color: #386890;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #386890;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 104, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 104, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #386890; background: linear-gradient(135deg, #386890, #433890);