Steel Blue
#445F9C
BlueColor Codes
All color formats for development
HEX
#445F9CRGB
rgb(68, 95, 156)HSL
hsl(222, 39%, 44%)OKLCH
oklch(0.494 0.103 264.8)CMYK
cmyk(56%, 39%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E558C
2#374C7D
3#30426D
4#29395E
5#222F4E
6#1B263E
7#151C2F
8#0E131F
9#070910
Tints
Lighter variations
1#4D6BB0
2#607BB9
3#748BC2
4#889CCB
5#9CACD3
6#B0BDDC
7#C3CDE5
8#D7DEEE
9#EBEEF6
Tones
Muted variations
1#496098
2#4D6293
3#52648F
4#56668A
5#5A6786
6#5F6982
7#636B7D
8#676D79
9#6C6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDB | BordersInactive statesPlaceholder text |
| 400 | 8398 #8398C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7A #5F7AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445F #445F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2736 #273659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | 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: #E6EAF4;
--steel-blue-200: #D1D9EB;
--steel-blue-300: #ADBBDB;
--steel-blue-400: #8398C9;
--steel-blue-500: #5F7AB9;
--steel-blue-600: #445F9C;
--steel-blue-700: #364B7C;
--steel-blue-800: #273659;
--steel-blue-900: #192239;
--steel-blue-950: #101623;
}