Steel Blue
#44809C
BlueColor Codes
All color formats for development
HEX
#44809CRGB
rgb(68, 128, 156)HSL
hsl(199, 39%, 44%)OKLCH
oklch(0.571 0.076 230.2)CMYK
cmyk(56%, 18%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E738C
2#37677D
3#305A6D
4#294D5E
5#22404E
6#1B333E
7#15262F
8#0E1A1F
9#070D10
Tints
Lighter variations
1#4D91B0
2#609DB9
3#74A9C2
4#88B6CB
5#9CC2D3
6#B0CEDC
7#C3DAE5
8#D7E7EE
9#EBF3F6
Tones
Muted variations
1#497F98
2#4D7D93
3#527B8F
4#567A8A
5#5A7886
6#5F7782
7#63757D
8#677379
9#6C7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCD #ADCDDB | BordersInactive statesPlaceholder text |
| 400 | 83B3 #83B3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9D #5F9DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4480 #44809C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3666 #36667C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2749 #274959 | 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: #F4F8FA;
--steel-blue-100: #E6F0F4;
--steel-blue-200: #D1E3EB;
--steel-blue-300: #ADCDDB;
--steel-blue-400: #83B3C9;
--steel-blue-500: #5F9DB9;
--steel-blue-600: #44809C;
--steel-blue-700: #36667C;
--steel-blue-800: #274959;
--steel-blue-900: #192F39;
--steel-blue-950: #101D23;
}