Steel Blue
#44569C
BlueColor Codes
All color formats for development
HEX
#44569CRGB
rgb(68, 86, 156)HSL
hsl(228, 39%, 44%)OKLCH
oklch(0.474 0.115 270.6)CMYK
cmyk(56%, 45%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E4D8C
2#37457D
3#303C6D
4#29345E
5#222B4E
6#1B223E
7#151A2F
8#0E111F
9#070910
Tints
Lighter variations
1#4D61B0
2#6072B9
3#7484C2
4#8895CB
5#9CA7D3
6#B0B9DC
7#C3CAE5
8#D7DCEE
9#EBEDF6
Tones
Muted variations
1#495998
2#4D5B93
3#525E8F
4#56608A
5#5A6386
6#5F6682
7#63687D
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 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8391 #8391C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F71 #5F71B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4456 #44569C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3644 #36447C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2731 #273159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | 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: #D1D6EB;
--steel-blue-300: #ADB7DB;
--steel-blue-400: #8391C9;
--steel-blue-500: #5F71B9;
--steel-blue-600: #44569C;
--steel-blue-700: #36447C;
--steel-blue-800: #273159;
--steel-blue-900: #191F39;
--steel-blue-950: #101423;
}