Steel Blue
#445D9C
BlueColor Codes
All color formats for development
HEX
#445D9CRGB
rgb(68, 93, 156)HSL
hsl(223, 39%, 44%)OKLCH
oklch(0.489 0.106 266.2)CMYK
cmyk(56%, 40%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E548C
2#374B7D
3#30416D
4#29385E
5#222F4E
6#1B253E
7#151C2F
8#0E131F
9#070910
Tints
Lighter variations
1#4D69B0
2#6079B9
3#748AC2
4#889BCB
5#9CACD3
6#B0BCDC
7#C3CDE5
8#D7DEEE
9#EBEEF6
Tones
Muted variations
1#495F98
2#4D6193
3#52638F
4#56658A
5#5A6786
6#5F6982
7#636B7D
8#676C79
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 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBA #ADBADB | BordersInactive statesPlaceholder text |
| 400 | 8397 #8397C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F79 #5F79B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445D #445D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364A #364A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2735 #273559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | 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: #D1D8EB;
--steel-blue-300: #ADBADB;
--steel-blue-400: #8397C9;
--steel-blue-500: #5F79B9;
--steel-blue-600: #445D9C;
--steel-blue-700: #364A7C;
--steel-blue-800: #273559;
--steel-blue-900: #192239;
--steel-blue-950: #101523;
}