Steel Blue
#44729C
BlueColor Codes
All color formats for development
HEX
#44729CRGB
rgb(68, 114, 156)HSL
hsl(209, 39%, 44%)OKLCH
oklch(0.537 0.083 247.5)CMYK
cmyk(56%, 27%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E668C
2#375B7D
3#30506D
4#29445E
5#22394E
6#1B2D3E
7#15222F
8#0E171F
9#070B10
Tints
Lighter variations
1#4D80B0
2#608EB9
3#749CC2
4#88AACB
5#9CB9D3
6#B0C7DC
7#C3D5E5
8#D7E3EE
9#EBF1F6
Tones
Muted variations
1#497298
2#4D7193
3#52718F
4#56718A
5#5A7186
6#5F7182
7#63717D
8#677079
9#6C7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC5 #ADC5DB | BordersInactive statesPlaceholder text |
| 400 | 83A7 #83A7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8E #5F8EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4472 #44729C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365A #365A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2741 #274159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1929 #192939 | 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: #F4F7FA;
--steel-blue-100: #E6EDF4;
--steel-blue-200: #D1DEEB;
--steel-blue-300: #ADC5DB;
--steel-blue-400: #83A7C9;
--steel-blue-500: #5F8EB9;
--steel-blue-600: #44729C;
--steel-blue-700: #365A7C;
--steel-blue-800: #274159;
--steel-blue-900: #192939;
--steel-blue-950: #101A23;
}