Steel Blue
#44669C
BlueColor Codes
All color formats for development
HEX
#44669CRGB
rgb(68, 102, 156)HSL
hsl(217, 39%, 44%)OKLCH
oklch(0.509 0.095 259.3)CMYK
cmyk(56%, 35%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E5C8C
2#37527D
3#30476D
4#293D5E
5#22334E
6#1B293E
7#151F2F
8#0E141F
9#070A10
Tints
Lighter variations
1#4D73B0
2#6082B9
3#7492C2
4#88A2CB
5#9CB1D3
6#B0C1DC
7#C3D0E5
8#D7E0EE
9#EBEFF6
Tones
Muted variations
1#496798
2#4D6893
3#52698F
4#566A8A
5#5A6B86
6#5F6C82
7#636D7D
8#676E79
9#6C6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DB #D1DBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBF #ADBFDB | BordersInactive statesPlaceholder text |
| 400 | 839E #839EC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F82 #5F82B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4466 #44669C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3651 #36517C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273A #273A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1925 #192539 | 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: #F4F7FA;
--steel-blue-100: #E6ECF4;
--steel-blue-200: #D1DBEB;
--steel-blue-300: #ADBFDB;
--steel-blue-400: #839EC9;
--steel-blue-500: #5F82B9;
--steel-blue-600: #44669C;
--steel-blue-700: #36517C;
--steel-blue-800: #273A59;
--steel-blue-900: #192539;
--steel-blue-950: #101723;
}