Steel Blue
#5E83BA
BlueColor Codes
All color formats for development
HEX
#5E83BARGB
rgb(94, 131, 186)HSL
hsl(216, 40%, 55%)OKLCH
oklch(0.606 0.094 258.1)CMYK
cmyk(49%, 30%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C74B1
2#43679D
3#3B5A89
4#324D76
5#2A4162
6#22344F
7#19273B
8#111A27
9#080D14
Tints
Lighter variations
1#6E8FC1
2#7E9CC8
3#8FA8CF
4#9FB5D6
5#AFC1DD
6#BFCDE3
7#CFDAEA
8#DFE6F1
9#EFF3F8
Tones
Muted variations
1#6384B6
2#6885B1
3#6C86AC
4#7187A8
5#7588A3
6#7A899F
7#7E899A
8#838A95
9#888B91
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 | D1DB #D1DBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC0 #ADC0DC | BordersInactive statesPlaceholder text |
| 400 | 829F #829FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E83 #5E83BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4367 #43679D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3652 #36527D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1826 #182639 | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | 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: #D1DBEB;
--steel-blue-300: #ADC0DC;
--steel-blue-400: #829FC9;
--steel-blue-500: #5E83BA;
--steel-blue-600: #43679D;
--steel-blue-700: #36527D;
--steel-blue-800: #263B59;
--steel-blue-900: #182639;
--steel-blue-950: #0F1724;
}