Steel Blue
#44859C
BlueColor Codes
All color formats for development
HEX
#44859CRGB
rgb(68, 133, 156)HSL
hsl(196, 39%, 44%)OKLCH
oklch(0.583 0.075 223.5)CMYK
cmyk(56%, 15%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E778C
2#376A7D
3#305D6D
4#29505E
5#22424E
6#1B353E
7#15282F
8#0E1B1F
9#070D10
Tints
Lighter variations
1#4D95B0
2#60A2B9
3#74ADC2
4#88B9CB
5#9CC5D3
6#B0D0DC
7#C3DCE5
8#D7E8EE
9#EBF3F6
Tones
Muted variations
1#498398
2#4D8193
3#527E8F
4#567C8A
5#5A7A86
6#5F7882
7#63767D
8#677479
9#6C7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCF #ADCFDB | BordersInactive statesPlaceholder text |
| 400 | 83B6 #83B6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA1 #5FA1B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4485 #44859C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3669 #36697C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274B #274B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1930 #193039 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F0F4;
--steel-blue-200: #D1E4EB;
--steel-blue-300: #ADCFDB;
--steel-blue-400: #83B6C9;
--steel-blue-500: #5FA1B9;
--steel-blue-600: #44859C;
--steel-blue-700: #36697C;
--steel-blue-800: #274B59;
--steel-blue-900: #193039;
--steel-blue-950: #101E23;
}