Steel Blue
#44659C
BlueColor Codes
All color formats for development
HEX
#44659CRGB
rgb(68, 101, 156)HSL
hsl(218, 39%, 44%)OKLCH
oklch(0.507 0.096 260.2)CMYK
cmyk(56%, 35%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E5A8C
2#37507D
3#30466D
4#293C5E
5#22324E
6#1B283E
7#151E2F
8#0E141F
9#070A10
Tints
Lighter variations
1#4D71B0
2#6081B9
3#7491C2
4#88A0CB
5#9CB0D3
6#B0C0DC
7#C3D0E5
8#D7DFEE
9#EBEFF6
Tones
Muted variations
1#496698
2#4D6793
3#52688F
4#56698A
5#5A6A86
6#5F6C82
7#636D7D
8#676E79
9#6C6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBE #ADBEDB | BordersInactive statesPlaceholder text |
| 400 | 839C #839CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F80 #5F80B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4465 #44659C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2739 #273959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1925 #192539 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6EBF4;
--steel-blue-200: #D1DAEB;
--steel-blue-300: #ADBEDB;
--steel-blue-400: #839CC9;
--steel-blue-500: #5F80B9;
--steel-blue-600: #44659C;
--steel-blue-700: #36507C;
--steel-blue-800: #273959;
--steel-blue-900: #192539;
--steel-blue-950: #101723;
}