Steel Blue
#445C9C
BlueColor Codes
All color formats for development
HEX
#445C9CRGB
rgb(68, 92, 156)HSL
hsl(224, 39%, 44%)OKLCH
oklch(0.487 0.107 266.9)CMYK
cmyk(56%, 41%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E538C
2#37497D
3#30406D
4#29375E
5#222E4E
6#1B253E
7#151C2F
8#0E121F
9#070910
Tints
Lighter variations
1#4D67B0
2#6078B9
3#7489C2
4#889ACB
5#9CABD3
6#B0BBDC
7#C3CCE5
8#D7DDEE
9#EBEEF6
Tones
Muted variations
1#495E98
2#4D6093
3#52628F
4#56648A
5#5A6686
6#5F6882
7#636A7D
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 | 8396 #8396C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F77 #5F77B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445C #445C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3649 #36497C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2734 #273459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1921 #192139 | 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: #8396C9;
--steel-blue-500: #5F77B9;
--steel-blue-600: #445C9C;
--steel-blue-700: #36497C;
--steel-blue-800: #273459;
--steel-blue-900: #192139;
--steel-blue-950: #101523;
}