Steel Blue
#44549C
BlueColor Codes
All color formats for development
HEX
#44549CRGB
rgb(68, 84, 156)HSL
hsl(229, 39%, 44%)OKLCH
oklch(0.47 0.118 271.8)CMYK
cmyk(56%, 46%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E4C8C
2#37447D
3#303B6D
4#29335E
5#222A4E
6#1B223E
7#15192F
8#0E111F
9#070810
Tints
Lighter variations
1#4D5FB0
2#6071B9
3#7482C2
4#8894CB
5#9CA6D3
6#B0B8DC
7#C3CAE5
8#D7DBEE
9#EBEDF6
Tones
Muted variations
1#495798
2#4D5A93
3#525D8F
4#56608A
5#5A6286
6#5F6582
7#63687D
8#676B79
9#6C6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB6 #ADB6DB | BordersInactive statesPlaceholder text |
| 400 | 8390 #8390C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F70 #5F70B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4454 #44549C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3643 #36437C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2730 #273059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D1D6EB;
--steel-blue-300: #ADB6DB;
--steel-blue-400: #8390C9;
--steel-blue-500: #5F70B9;
--steel-blue-600: #44549C;
--steel-blue-700: #36437C;
--steel-blue-800: #273059;
--steel-blue-900: #191F39;
--steel-blue-950: #101323;
}