Steel Blue
#44759C
BlueColor Codes
All color formats for development
HEX
#44759CRGB
rgb(68, 117, 156)HSL
hsl(207, 39%, 44%)OKLCH
oklch(0.545 0.081 244.1)CMYK
cmyk(56%, 25%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E698C
2#375D7D
3#30526D
4#29465E
5#223A4E
6#1B2F3E
7#15232F
8#0E171F
9#070C10
Tints
Lighter variations
1#4D83B0
2#6091B9
3#749FC2
4#88ADCB
5#9CBAD3
6#B0C8DC
7#C3D6E5
8#D7E4EE
9#EBF1F6
Tones
Muted variations
1#497498
2#4D7493
3#52738F
4#56738A
5#5A7286
6#5F7282
7#63727D
8#677179
9#6C7175
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 | ADC7 #ADC7DB | BordersInactive statesPlaceholder text |
| 400 | 83A9 #83A9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F91 #5F91B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4475 #44759C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365D #365D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2742 #274259 | 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: #ADC7DB;
--steel-blue-400: #83A9C9;
--steel-blue-500: #5F91B9;
--steel-blue-600: #44759C;
--steel-blue-700: #365D7C;
--steel-blue-800: #274259;
--steel-blue-900: #192A39;
--steel-blue-950: #101A23;
}