Steel Blue
#44779C
BlueColor Codes
All color formats for development
HEX
#44779CRGB
rgb(68, 119, 156)HSL
hsl(205, 39%, 44%)OKLCH
oklch(0.549 0.08 241.7)CMYK
cmyk(56%, 24%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E6C8C
2#37607D
3#30546D
4#29485E
5#223C4E
6#1B303E
7#15242F
8#0E181F
9#070C10
Tints
Lighter variations
1#4D87B0
2#6094B9
3#74A2C2
4#88AFCB
5#9CBCD3
6#B0CADC
7#C3D7E5
8#D7E4EE
9#EBF2F6
Tones
Muted variations
1#497798
2#4D7693
3#52758F
4#56758A
5#5A7486
6#5F7382
7#63727D
8#677279
9#6C7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC8 #ADC8DB | BordersInactive statesPlaceholder text |
| 400 | 83AC #83ACC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F94 #5F94B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4477 #44779C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365F #365F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2744 #274459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192B #192B39 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D1E0EB;
--steel-blue-300: #ADC8DB;
--steel-blue-400: #83ACC9;
--steel-blue-500: #5F94B9;
--steel-blue-600: #44779C;
--steel-blue-700: #365F7C;
--steel-blue-800: #274459;
--steel-blue-900: #192B39;
--steel-blue-950: #101B23;
}