Steel Blue
#446A9C
BlueColor Codes
All color formats for development
HEX
#446A9CRGB
rgb(68, 106, 156)HSL
hsl(214, 39%, 44%)OKLCH
oklch(0.519 0.091 255.7)CMYK
cmyk(56%, 32%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E608C
2#37557D
3#304A6D
4#29405E
5#22354E
6#1B2B3E
7#15202F
8#0E151F
9#070B10
Tints
Lighter variations
1#4D78B0
2#6087B9
3#7496C2
4#88A5CB
5#9CB4D3
6#B0C3DC
7#C3D2E5
8#D7E1EE
9#EBF0F6
Tones
Muted variations
1#496B98
2#4D6C93
3#526C8F
4#566D8A
5#5A6D86
6#5F6E82
7#636E7D
8#676F79
9#6C7075
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 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC1 #ADC1DB | BordersInactive statesPlaceholder text |
| 400 | 83A1 #83A1C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F86 #5F86B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446A #446A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3655 #36557C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | 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: #D1DCEB;
--steel-blue-300: #ADC1DB;
--steel-blue-400: #83A1C9;
--steel-blue-500: #5F86B9;
--steel-blue-600: #446A9C;
--steel-blue-700: #36557C;
--steel-blue-800: #273C59;
--steel-blue-900: #192739;
--steel-blue-950: #101823;
}