Steel Blue
#5E88BA
BlueColor Codes
All color formats for development
HEX
#5E88BARGB
rgb(94, 136, 186)HSL
hsl(213, 40%, 55%)OKLCH
oklch(0.617 0.089 253.4)CMYK
cmyk(49%, 27%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C79B1
2#436C9D
3#3B5E89
4#325176
5#2A4362
6#22364F
7#19283B
8#111B27
9#080D14
Tints
Lighter variations
1#6E94C1
2#7EA0C8
3#8FABCF
4#9FB7D6
5#AFC3DD
6#BFCFE3
7#CFDBEA
8#DFE7F1
9#EFF3F8
Tones
Muted variations
1#6388B6
2#6889B1
3#6C89AC
4#7189A8
5#758AA3
6#7A8A9F
7#7E8B9A
8#838B95
9#888C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC2 #ADC2DC | BordersInactive statesPlaceholder text |
| 400 | 82A2 #82A2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E88 #5E88BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 436C #436C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3656 #36567D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263D #263D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #182739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6ECF4;
--steel-blue-200: #D1DDEB;
--steel-blue-300: #ADC2DC;
--steel-blue-400: #82A2C9;
--steel-blue-500: #5E88BA;
--steel-blue-600: #436C9D;
--steel-blue-700: #36567D;
--steel-blue-800: #263D59;
--steel-blue-900: #182739;
--steel-blue-950: #0F1824;
}