Steel Blue
#5E92BA
BlueColor Codes
All color formats for development
HEX
#5E92BARGB
rgb(94, 146, 186)HSL
hsl(206, 40%, 55%)OKLCH
oklch(0.639 0.082 242.7)CMYK
cmyk(49%, 22%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C85B1
2#43769D
3#3B6789
4#325976
5#2A4A62
6#223B4F
7#192C3B
8#111E27
9#080F14
Tints
Lighter variations
1#6E9DC1
2#7EA8C8
3#8FB3CF
4#9FBED6
5#AFC9DD
6#BFD4E3
7#CFDEEA
8#DFE9F1
9#EFF4F8
Tones
Muted variations
1#6392B6
2#6891B1
3#6C91AC
4#7190A8
5#758FA3
6#7A8F9F
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 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DC | BordersInactive statesPlaceholder text |
| 400 | 82AB #82ABC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E92 #5E92BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4376 #43769D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365E #365E7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2643 #264359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182B #182B39 | 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: #ADC7DC;
--steel-blue-400: #82ABC9;
--steel-blue-500: #5E92BA;
--steel-blue-600: #43769D;
--steel-blue-700: #365E7D;
--steel-blue-800: #264359;
--steel-blue-900: #182B39;
--steel-blue-950: #0F1B24;
}