Steel Blue
#44679C
BlueColor Codes
All color formats for development
HEX
#44679CRGB
rgb(68, 103, 156)HSL
hsl(216, 39%, 44%)OKLCH
oklch(0.512 0.094 258.5)CMYK
cmyk(56%, 34%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E5D8C
2#37537D
3#30486D
4#293E5E
5#22344E
6#1B293E
7#151F2F
8#0E151F
9#070A10
Tints
Lighter variations
1#4D75B0
2#6084B9
3#7493C2
4#88A3CB
5#9CB2D3
6#B0C1DC
7#C3D1E5
8#D7E0EE
9#EBF0F6
Tones
Muted variations
1#496898
2#4D6993
3#526A8F
4#566B8A
5#5A6C86
6#5F6D82
7#636E7D
8#676E79
9#6C6F75
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 #ADC0DB | BordersInactive statesPlaceholder text |
| 400 | 839F #839FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F83 #5F83B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4467 #44679C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3652 #36527C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273B #273B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1926 #192639 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | 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: #ADC0DB;
--steel-blue-400: #839FC9;
--steel-blue-500: #5F83B9;
--steel-blue-600: #44679C;
--steel-blue-700: #36527C;
--steel-blue-800: #273B59;
--steel-blue-900: #192639;
--steel-blue-950: #101823;
}