Steel Blue
#446D9C
BlueColor Codes
All color formats for development
HEX
#446D9CRGB
rgb(68, 109, 156)HSL
hsl(212, 39%, 44%)OKLCH
oklch(0.526 0.088 252.8)CMYK
cmyk(56%, 30%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E628C
2#37577D
3#304C6D
4#29425E
5#22374E
6#1B2C3E
7#15212F
8#0E161F
9#070B10
Tints
Lighter variations
1#4D7BB0
2#608AB9
3#7498C2
4#88A7CB
5#9CB6D3
6#B0C4DC
7#C3D3E5
8#D7E2EE
9#EBF0F6
Tones
Muted variations
1#496E98
2#4D6E93
3#526E8F
4#566E8A
5#5A6F86
6#5F6F82
7#636F7D
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 | ADC3 #ADC3DB | BordersInactive statesPlaceholder text |
| 400 | 83A3 #83A3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F89 #5F89B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446D #446D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3657 #36577C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273E #273E59 | 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: #ADC3DB;
--steel-blue-400: #83A3C9;
--steel-blue-500: #5F89B9;
--steel-blue-600: #446D9C;
--steel-blue-700: #36577C;
--steel-blue-800: #273E59;
--steel-blue-900: #192839;
--steel-blue-950: #101923;
}