Steel Blue
#44739C
BlueColor Codes
All color formats for development
HEX
#44739CRGB
rgb(68, 115, 156)HSL
hsl(208, 39%, 44%)OKLCH
oklch(0.54 0.083 246.4)CMYK
cmyk(56%, 26%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E688C
2#375C7D
3#30516D
4#29455E
5#223A4E
6#1B2E3E
7#15232F
8#0E171F
9#070C10
Tints
Lighter variations
1#4D82B0
2#6090B9
3#749EC2
4#88ACCB
5#9CB9D3
6#B0C7DC
7#C3D5E5
8#D7E3EE
9#EBF1F6
Tones
Muted variations
1#497398
2#4D7393
3#52728F
4#56728A
5#5A7286
6#5F7182
7#63717D
8#677179
9#6C7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC6 #ADC6DB | BordersInactive statesPlaceholder text |
| 400 | 83A8 #83A8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8F #5F8FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4473 #44739C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365C #365C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2741 #274159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192A #192A39 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D1DFEB;
--steel-blue-300: #ADC6DB;
--steel-blue-400: #83A8C9;
--steel-blue-500: #5F8FB9;
--steel-blue-600: #44739C;
--steel-blue-700: #365C7C;
--steel-blue-800: #274159;
--steel-blue-900: #192A39;
--steel-blue-950: #101A23;
}