Steel Blue
#5E91BA
BlueColor Codes
All color formats for development
HEX
#5E91BARGB
rgb(94, 145, 186)HSL
hsl(207, 40%, 55%)OKLCH
oklch(0.637 0.083 243.8)CMYK
cmyk(49%, 22%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C83B1
2#43759D
3#3B6689
4#325876
5#2A4962
6#223A4F
7#192C3B
8#111D27
9#080F14
Tints
Lighter variations
1#6E9CC1
2#7EA7C8
3#8FB2CF
4#9FBDD6
5#AFC8DD
6#BFD3E3
7#CFDEEA
8#DFE9F1
9#EFF4F8
Tones
Muted variations
1#6390B6
2#6890B1
3#6C8FAC
4#718FA8
5#758FA3
6#7A8E9F
7#7E8E9A
8#838D95
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DC | BordersInactive statesPlaceholder text |
| 400 | 82A9 #82A9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E91 #5E91BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4375 #43759D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365D #365D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2642 #264259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D1DFEB;
--steel-blue-300: #ADC7DC;
--steel-blue-400: #82A9C9;
--steel-blue-500: #5E91BA;
--steel-blue-600: #43759D;
--steel-blue-700: #365D7D;
--steel-blue-800: #264259;
--steel-blue-900: #182A39;
--steel-blue-950: #0F1B24;
}