Steel Blue
#44869C
BlueColor Codes
All color formats for development
HEX
#44869CRGB
rgb(68, 134, 156)HSL
hsl(195, 39%, 44%)OKLCH
oklch(0.586 0.075 222.2)CMYK
cmyk(56%, 14%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E798C
2#376B7D
3#305E6D
4#29505E
5#22434E
6#1B363E
7#15282F
8#0E1B1F
9#070D10
Tints
Lighter variations
1#4D97B0
2#60A3B9
3#74AFC2
4#88BACB
5#9CC6D3
6#B0D1DC
7#C3DDE5
8#D7E8EE
9#EBF4F6
Tones
Muted variations
1#498498
2#4D8293
3#52808F
4#567D8A
5#5A7B86
6#5F7982
7#63777D
8#677579
9#6C7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD0 #ADD0DB | BordersInactive statesPlaceholder text |
| 400 | 83B7 #83B7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA3 #5FA3B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4486 #44869C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366B #366B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274C #274C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1931 #193139 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F1F4;
--steel-blue-200: #D1E4EB;
--steel-blue-300: #ADD0DB;
--steel-blue-400: #83B7C9;
--steel-blue-500: #5FA3B9;
--steel-blue-600: #44869C;
--steel-blue-700: #366B7C;
--steel-blue-800: #274C59;
--steel-blue-900: #193139;
--steel-blue-950: #101E23;
}