Steel Blue
#44709C
BlueColor Codes
All color formats for development
HEX
#44709CRGB
rgb(68, 112, 156)HSL
hsl(210, 39%, 44%)OKLCH
oklch(0.533 0.085 249.7)CMYK
cmyk(56%, 28%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E658C
2#375A7D
3#304F6D
4#29435E
5#22384E
6#1B2D3E
7#15222F
8#0E161F
9#070B10
Tints
Lighter variations
1#4D7EB0
2#608DB9
3#749BC2
4#88A9CB
5#9CB8D3
6#B0C6DC
7#C3D4E5
8#D7E2EE
9#EBF1F6
Tones
Muted variations
1#497098
2#4D7093
3#52708F
4#56708A
5#5A7086
6#5F7082
7#63707D
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 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A6 #83A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8C #5F8CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4470 #44709C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2740 #274059 | 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: #ADC4DB;
--steel-blue-400: #83A6C9;
--steel-blue-500: #5F8CB9;
--steel-blue-600: #44709C;
--steel-blue-700: #36597C;
--steel-blue-800: #274059;
--steel-blue-900: #192939;
--steel-blue-950: #101A23;
}