Steel Blue
#5E94BA
BlueColor Codes
All color formats for development
HEX
#5E94BARGB
rgb(94, 148, 186)HSL
hsl(205, 40%, 55%)OKLCH
oklch(0.644 0.081 240.4)CMYK
cmyk(49%, 20%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C87B1
2#43789D
3#3B6989
4#325A76
5#2A4B62
6#223C4F
7#192D3B
8#111E27
9#080F14
Tints
Lighter variations
1#6E9FC1
2#7EA9C8
3#8FB4CF
4#9FBFD6
5#AFC9DD
6#BFD4E3
7#CFDFEA
8#DFEAF1
9#EFF4F8
Tones
Muted variations
1#6393B6
2#6892B1
3#6C92AC
4#7191A8
5#7590A3
6#7A8F9F
7#7E8F9A
8#838E95
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 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC8 #ADC8DC | BordersInactive statesPlaceholder text |
| 400 | 82AC #82ACC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E94 #5E94BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4378 #43789D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365F #365F7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2644 #264459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C39 | 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: #D1E0EB;
--steel-blue-300: #ADC8DC;
--steel-blue-400: #82ACC9;
--steel-blue-500: #5E94BA;
--steel-blue-600: #43789D;
--steel-blue-700: #365F7D;
--steel-blue-800: #264459;
--steel-blue-900: #182C39;
--steel-blue-950: #0F1B24;
}