Steel Blue
#44579C
BlueColor Codes
All color formats for development
HEX
#44579CRGB
rgb(68, 87, 156)HSL
hsl(227, 39%, 44%)OKLCH
oklch(0.476 0.114 270.1)CMYK
cmyk(56%, 44%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E4F8C
2#37467D
3#303D6D
4#29345E
5#222C4E
6#1B233E
7#151A2F
8#0E111F
9#070910
Tints
Lighter variations
1#4D63B0
2#6074B9
3#7485C2
4#8896CB
5#9CA8D3
6#B0B9DC
7#C3CBE5
8#D7DCEE
9#EBEEF6
Tones
Muted variations
1#495A98
2#4D5C93
3#525F8F
4#56618A
5#5A6486
6#5F6682
7#63697D
8#676B79
9#6C6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8392 #8392C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F73 #5F73B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4457 #44579C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D1D7EB;
--steel-blue-300: #ADB7DB;
--steel-blue-400: #8392C9;
--steel-blue-500: #5F73B9;
--steel-blue-600: #44579C;
--steel-blue-700: #36467C;
--steel-blue-800: #273259;
--steel-blue-900: #192039;
--steel-blue-950: #101423;
}