Steel Blue
#444F9C
BlueColor Codes
All color formats for development
HEX
#444F9CRGB
rgb(68, 79, 156)HSL
hsl(233, 39%, 44%)OKLCH
oklch(0.459 0.124 274.3)CMYK
cmyk(56%, 49%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E478C
2#373F7D
3#30376D
4#292F5E
5#22274E
6#1B1F3E
7#15182F
8#0E101F
9#070810
Tints
Lighter variations
1#4D59B0
2#606BB9
3#747DC2
4#8890CB
5#9CA2D3
6#B0B5DC
7#C3C7E5
8#D7DAEE
9#EBECF6
Tones
Muted variations
1#495298
2#4D5593
3#52598F
4#565C8A
5#5A5F86
6#5F6382
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 | ADB3 #ADB3DB | BordersInactive statesPlaceholder text |
| 400 | 838B #838BC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6A #5F6AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444F #444F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363F #363F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272D #272D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191D #191D39 | 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: #ADB3DB;
--steel-blue-400: #838BC9;
--steel-blue-500: #5F6AB9;
--steel-blue-600: #444F9C;
--steel-blue-700: #363F7C;
--steel-blue-800: #272D59;
--steel-blue-900: #191D39;
--steel-blue-950: #101223;
}