Steel Blue
#444A9C
BlueColor Codes
All color formats for development
HEX
#444A9CRGB
rgb(68, 74, 156)HSL
hsl(236, 39%, 44%)OKLCH
oklch(0.449 0.131 276.6)CMYK
cmyk(56%, 53%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E438C
2#373B7D
3#30346D
4#292D5E
5#22254E
6#1B1E3E
7#15162F
8#0E0F1F
9#070710
Tints
Lighter variations
1#4D54B0
2#6066B9
3#7479C2
4#888CCB
5#9C9FD3
6#B0B3DC
7#C3C6E5
8#D7D9EE
9#EBECF6
Tones
Muted variations
1#494E98
2#4D5293
3#52568F
4#56598A
5#5A5D86
6#5F6182
7#63657D
8#676979
9#6C6C75
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 | 8388 #8388C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F65 #5F65B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444A #444A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363B #363B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272A #272A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191B #191B39 | 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: #8388C9;
--steel-blue-500: #5F65B9;
--steel-blue-600: #444A9C;
--steel-blue-700: #363B7C;
--steel-blue-800: #272A59;
--steel-blue-900: #191B39;
--steel-blue-950: #101123;
}