Steel Blue
#44539C
BlueColor Codes
All color formats for development
HEX
#44539CRGB
rgb(68, 83, 156)HSL
hsl(230, 39%, 44%)OKLCH
oklch(0.467 0.119 272.3)CMYK
cmyk(56%, 47%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E4B8C
2#37427D
3#303A6D
4#29325E
5#222A4E
6#1B213E
7#15192F
8#0E111F
9#070810
Tints
Lighter variations
1#4D5EB0
2#606FB9
3#7481C2
4#8893CB
5#9CA5D3
6#B0B7DC
7#C3C9E5
8#D7DBEE
9#EBEDF6
Tones
Muted variations
1#495698
2#4D5993
3#525C8F
4#565F8A
5#5A6286
6#5F6582
7#63677D
8#676A79
9#6C6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB5 #ADB5DB | BordersInactive statesPlaceholder text |
| 400 | 838F #838FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6E #5F6EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4453 #44539C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3642 #36427C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272F #272F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191E #191E39 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D1D5EB;
--steel-blue-300: #ADB5DB;
--steel-blue-400: #838FC9;
--steel-blue-500: #5F6EB9;
--steel-blue-600: #44539C;
--steel-blue-700: #36427C;
--steel-blue-800: #272F59;
--steel-blue-900: #191E39;
--steel-blue-950: #101323;
}