Steel Blue
#5E8BBA
BlueColor Codes
All color formats for development
HEX
#5E8BBARGB
rgb(94, 139, 186)HSL
hsl(211, 40%, 55%)OKLCH
oklch(0.623 0.087 250.4)CMYK
cmyk(49%, 25%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C7DB1
2#436F9D
3#3B6189
4#325376
5#2A4562
6#22374F
7#192A3B
8#111C27
9#080E14
Tints
Lighter variations
1#6E96C1
2#7EA2C8
3#8FAECF
4#9FB9D6
5#AFC5DD
6#BFD0E3
7#CFDCEA
8#DFE8F1
9#EFF3F8
Tones
Muted variations
1#638BB6
2#688BB1
3#6C8BAC
4#718BA8
5#758BA3
6#7A8C9F
7#7E8C9A
8#838C95
9#888C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DC | BordersInactive statesPlaceholder text |
| 400 | 82A5 #82A5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8B #5E8BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 436F #436F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3658 #36587D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263F #263F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #182839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6EDF4;
--steel-blue-200: #D1DDEB;
--steel-blue-300: #ADC4DC;
--steel-blue-400: #82A5C9;
--steel-blue-500: #5E8BBA;
--steel-blue-600: #436F9D;
--steel-blue-700: #36587D;
--steel-blue-800: #263F59;
--steel-blue-900: #182839;
--steel-blue-950: #0F1924;
}