Steel Blue
#44639C
BlueColor Codes
All color formats for development
HEX
#44639CRGB
rgb(68, 99, 156)HSL
hsl(219, 39%, 44%)OKLCH
oklch(0.503 0.098 261.8)CMYK
cmyk(56%, 37%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E598C
2#374F7D
3#30456D
4#293B5E
5#22324E
6#1B283E
7#151E2F
8#0E141F
9#070A10
Tints
Lighter variations
1#4D70B0
2#607FB9
3#748FC2
4#889FCB
5#9CAFD3
6#B0BFDC
7#C3CFE5
8#D7DFEE
9#EBEFF6
Tones
Muted variations
1#496498
2#4D6693
3#52678F
4#56688A
5#5A6A86
6#5F6B82
7#636C7D
8#676E79
9#6C6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDB | BordersInactive statesPlaceholder text |
| 400 | 839B #839BC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7F #5F7FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4463 #44639C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364F #364F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2738 #273859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1924 #192439 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EBF4;
--steel-blue-200: #D1DAEB;
--steel-blue-300: #ADBDDB;
--steel-blue-400: #839BC9;
--steel-blue-500: #5F7FB9;
--steel-blue-600: #44639C;
--steel-blue-700: #364F7C;
--steel-blue-800: #273859;
--steel-blue-900: #192439;
--steel-blue-950: #101723;
}