Steel Blue
#44599C
BlueColor Codes
All color formats for development
HEX
#44599CRGB
rgb(68, 89, 156)HSL
hsl(226, 39%, 44%)OKLCH
oklch(0.48 0.111 268.9)CMYK
cmyk(56%, 43%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E508C
2#37477D
3#303E6D
4#29355E
5#222C4E
6#1B243E
7#151B2F
8#0E121F
9#070910
Tints
Lighter variations
1#4D64B0
2#6075B9
3#7486C2
4#8897CB
5#9CA9D3
6#B0BADC
7#C3CBE5
8#D7DCEE
9#EBEEF6
Tones
Muted variations
1#495B98
2#4D5E93
3#52608F
4#56628A
5#5A6586
6#5F6782
7#63697D
8#676C79
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 | ADB8 #ADB8DB | BordersInactive statesPlaceholder text |
| 400 | 8393 #8393C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F74 #5F74B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4459 #44599C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3647 #36477C | 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: #ADB8DB;
--steel-blue-400: #8393C9;
--steel-blue-500: #5F74B9;
--steel-blue-600: #44599C;
--steel-blue-700: #36477C;
--steel-blue-800: #273259;
--steel-blue-900: #192039;
--steel-blue-950: #101423;
}