Steel Blue
#446F9C
BlueColor Codes
All color formats for development
HEX
#446F9CRGB
rgb(68, 111, 156)HSL
hsl(211, 39%, 44%)OKLCH
oklch(0.53 0.086 250.8)CMYK
cmyk(56%, 29%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E648C
2#37597D
3#304E6D
4#29425E
5#22374E
6#1B2C3E
7#15212F
8#0E161F
9#070B10
Tints
Lighter variations
1#4D7DB0
2#608BB9
3#749AC2
4#88A8CB
5#9CB7D3
6#B0C5DC
7#C3D4E5
8#D7E2EE
9#EBF1F6
Tones
Muted variations
1#496F98
2#4D6F93
3#526F8F
4#566F8A
5#5A6F86
6#5F7082
7#63707D
8#677079
9#6C7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A5 #83A5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8B #5F8BB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446F #446F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3658 #36587C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273F #273F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1928 #192839 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6EDF4;
--steel-blue-200: #D1DDEB;
--steel-blue-300: #ADC4DB;
--steel-blue-400: #83A5C9;
--steel-blue-500: #5F8BB9;
--steel-blue-600: #446F9C;
--steel-blue-700: #36587C;
--steel-blue-800: #273F59;
--steel-blue-900: #192839;
--steel-blue-950: #101923;
}