Steel Blue
#446C9C
BlueColor Codes
All color formats for development
HEX
#446C9CRGB
rgb(68, 108, 156)HSL
hsl(213, 39%, 44%)OKLCH
oklch(0.523 0.089 253.8)CMYK
cmyk(56%, 31%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E618C
2#37567D
3#304B6D
4#29415E
5#22364E
6#1B2B3E
7#15202F
8#0E161F
9#070B10
Tints
Lighter variations
1#4D7AB0
2#6088B9
3#7497C2
4#88A6CB
5#9CB5D3
6#B0C4DC
7#C3D2E5
8#D7E1EE
9#EBF0F6
Tones
Muted variations
1#496C98
2#4D6D93
3#526D8F
4#566E8A
5#5A6E86
6#5F6E82
7#636F7D
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 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC2 #ADC2DB | BordersInactive statesPlaceholder text |
| 400 | 83A2 #83A2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F88 #5F88B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446C #446C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3656 #36567C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273D #273D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | 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: #E6ECF4;
--steel-blue-200: #D1DDEB;
--steel-blue-300: #ADC2DB;
--steel-blue-400: #83A2C9;
--steel-blue-500: #5F88B9;
--steel-blue-600: #446C9C;
--steel-blue-700: #36567C;
--steel-blue-800: #273D59;
--steel-blue-900: #192739;
--steel-blue-950: #101923;
}