Steel Blue
#44629C
BlueColor Codes
All color formats for development
HEX
#44629CRGB
rgb(68, 98, 156)HSL
hsl(220, 39%, 44%)OKLCH
oklch(0.5 0.1 262.6)CMYK
cmyk(56%, 37%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E588C
2#374E7D
3#30446D
4#293B5E
5#22314E
6#1B273E
7#151D2F
8#0E141F
9#070A10
Tints
Lighter variations
1#4D6EB0
2#607EB9
3#748EC2
4#889ECB
5#9CAED3
6#B0BEDC
7#C3CFE5
8#D7DFEE
9#EBEFF6
Tones
Muted variations
1#496398
2#4D6593
3#52668F
4#56678A
5#5A6986
6#5F6A82
7#636C7D
8#676D79
9#6C6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDB | BordersInactive statesPlaceholder text |
| 400 | 839A #839AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7D #5F7DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4462 #44629C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364E #364E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2737 #273759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1923 #192339 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EBF4;
--steel-blue-200: #D1DAEB;
--steel-blue-300: #ADBDDB;
--steel-blue-400: #839AC9;
--steel-blue-500: #5F7DB9;
--steel-blue-600: #44629C;
--steel-blue-700: #364E7C;
--steel-blue-800: #273759;
--steel-blue-900: #192339;
--steel-blue-950: #101623;
}