Steel Blue
#5379C6
BlueColor Codes
All color formats for development
HEX
#5379C6RGB
rgb(83, 121, 198)HSL
hsl(220, 50%, 55%)OKLCH
oklch(0.584 0.126 263.2)CMYK
cmyk(58%, 39%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F69BD
2#385DA8
3#315293
4#2A467E
5#233A69
6#1C2F54
7#15233F
8#0E172A
9#070C15
Tints
Lighter variations
1#6487CB
2#7594D1
3#87A1D7
4#98AFDD
5#A9BCE2
6#BAC9E8
7#CBD7EE
8#DDE4F4
9#EEF2F9
Tones
Muted variations
1#597BC0
2#5E7DBA
3#647FB4
4#6A81AF
5#7083A9
6#7585A3
7#7B879D
8#818898
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BB #A7BBE2 | BordersInactive statesPlaceholder text |
| 400 | 7997 #7997D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5379 #5379C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 385E #385EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4A #2D4A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2035 #203560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CDD8EE;
--steel-blue-300: #A7BBE2;
--steel-blue-400: #7997D2;
--steel-blue-500: #5379C6;
--steel-blue-600: #385EA8;
--steel-blue-700: #2D4A86;
--steel-blue-800: #203560;
--steel-blue-900: #14223D;
--steel-blue-950: #0D1526;
}