Steel Blue
#44839C
BlueColor Codes
All color formats for development
HEX
#44839CRGB
rgb(68, 131, 156)HSL
hsl(197, 39%, 44%)OKLCH
oklch(0.578 0.075 226.2)CMYK
cmyk(56%, 16%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E768C
2#37697D
3#305C6D
4#294F5E
5#22424E
6#1B343E
7#15272F
8#0E1A1F
9#070D10
Tints
Lighter variations
1#4D94B0
2#60A0B9
3#74ACC2
4#88B8CB
5#9CC4D3
6#B0D0DC
7#C3DBE5
8#D7E7EE
9#EBF3F6
Tones
Muted variations
1#498198
2#4D7F93
3#527D8F
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 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCE #ADCEDB | BordersInactive statesPlaceholder text |
| 400 | 83B5 #83B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA0 #5FA0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4483 #44839C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3668 #36687C | 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: #D1E3EB;
--steel-blue-300: #ADCEDB;
--steel-blue-400: #83B5C9;
--steel-blue-500: #5FA0B9;
--steel-blue-600: #44839C;
--steel-blue-700: #36687C;
--steel-blue-800: #274B59;
--steel-blue-900: #193039;
--steel-blue-950: #101E23;
}