Steel Blue
#44699C
BlueColor Codes
All color formats for development
HEX
#44699CRGB
rgb(68, 105, 156)HSL
hsl(215, 39%, 44%)OKLCH
oklch(0.516 0.092 256.7)CMYK
cmyk(56%, 33%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E5E8C
2#37547D
3#30496D
4#293F5E
5#22344E
6#1B2A3E
7#151F2F
8#0E151F
9#070A10
Tints
Lighter variations
1#4D76B0
2#6085B9
3#7495C2
4#88A4CB
5#9CB3D3
6#B0C2DC
7#C3D1E5
8#D7E1EE
9#EBF0F6
Tones
Muted variations
1#496A98
2#4D6A93
3#526B8F
4#566C8A
5#5A6D86
6#5F6D82
7#636E7D
8#676F79
9#6C6F75
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 | 83A0 #83A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F85 #5F85B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4469 #44699C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1926 #192639 | 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: #83A0C9;
--steel-blue-500: #5F85B9;
--steel-blue-600: #44699C;
--steel-blue-700: #36537C;
--steel-blue-800: #273C59;
--steel-blue-900: #192639;
--steel-blue-950: #101823;
}