Steel Blue
#444D9C
BlueColor Codes
All color formats for development
HEX
#444D9CRGB
rgb(68, 77, 156)HSL
hsl(234, 39%, 44%)OKLCH
oklch(0.455 0.127 275.3)CMYK
cmyk(56%, 51%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E458C
2#373E7D
3#30366D
4#292E5E
5#22274E
6#1B1F3E
7#15172F
8#0E0F1F
9#070810
Tints
Lighter variations
1#4D57B0
2#6069B9
3#747CC2
4#888FCB
5#9CA1D3
6#B0B4DC
7#C3C7E5
8#D7DAEE
9#EBECF6
Tones
Muted variations
1#495198
2#4D5493
3#52588F
4#565B8A
5#5A5F86
6#5F6282
7#63667D
8#676979
9#6C6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DB | BordersInactive statesPlaceholder text |
| 400 | 838A #838AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F68 #5F68B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444D #444D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363D #363D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272C #272C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191C #191C39 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E8F4;
--steel-blue-200: #D1D4EB;
--steel-blue-300: #ADB2DB;
--steel-blue-400: #838AC9;
--steel-blue-500: #5F68B9;
--steel-blue-600: #444D9C;
--steel-blue-700: #363D7C;
--steel-blue-800: #272C59;
--steel-blue-900: #191C39;
--steel-blue-950: #101223;
}