Steel Blue
#44829C
BlueColor Codes
All color formats for development
HEX
#44829CRGB
rgb(68, 130, 156)HSL
hsl(198, 39%, 44%)OKLCH
oklch(0.576 0.075 227.6)CMYK
cmyk(56%, 17%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E758C
2#37687D
3#305B6D
4#294E5E
5#22414E
6#1B343E
7#15272F
8#0E1A1F
9#070D10
Tints
Lighter variations
1#4D92B0
2#609FB9
3#74ABC2
4#88B7CB
5#9CC3D3
6#B0CFDC
7#C3DBE5
8#D7E7EE
9#EBF3F6
Tones
Muted variations
1#498098
2#4D7E93
3#527C8F
4#567B8A
5#5A7986
6#5F7782
7#63757D
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 | ADCD #ADCDDB | BordersInactive statesPlaceholder text |
| 400 | 83B4 #83B4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9E #5F9EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4482 #44829C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3667 #36677C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274A #274A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192F #192F39 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | 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: #ADCDDB;
--steel-blue-400: #83B4C9;
--steel-blue-500: #5F9EB9;
--steel-blue-600: #44829C;
--steel-blue-700: #36677C;
--steel-blue-800: #274A59;
--steel-blue-900: #192F39;
--steel-blue-950: #101D23;
}