Steel Blue
#444C9C
BlueColor Codes
All color formats for development
HEX
#444C9CRGB
rgb(68, 76, 156)HSL
hsl(235, 39%, 44%)OKLCH
oklch(0.453 0.129 275.7)CMYK
cmyk(56%, 51%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E448C
2#373D7D
3#30356D
4#292D5E
5#22264E
6#1B1E3E
7#15172F
8#0E0F1F
9#070810
Tints
Lighter variations
1#4D55B0
2#6068B9
3#747BC2
4#888DCB
5#9CA0D3
6#B0B3DC
7#C3C6E5
8#D7D9EE
9#EBECF6
Tones
Muted variations
1#494F98
2#4D5393
3#52578F
4#565A8A
5#5A5E86
6#5F6282
7#63657D
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 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DB | BordersInactive statesPlaceholder text |
| 400 | 8389 #8389C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F67 #5F67B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444C #444C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363C #363C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272B #272B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191C #191C39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E7F4;
--steel-blue-200: #D1D3EB;
--steel-blue-300: #ADB1DB;
--steel-blue-400: #8389C9;
--steel-blue-500: #5F67B9;
--steel-blue-600: #444C9C;
--steel-blue-700: #363C7C;
--steel-blue-800: #272B59;
--steel-blue-900: #191C39;
--steel-blue-950: #101123;
}