Steel Blue
#396EA7
BlueColor Codes
All color formats for development
HEX
#396EA7RGB
rgb(57, 110, 167)HSL
hsl(211, 49%, 44%)OKLCH
oklch(0.529 0.107 252)CMYK
cmyk(66%, 34%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#336396
2#2E5886
3#284D75
4#224264
5#1D3754
6#172C43
7#112132
8#0B1621
9#060B11
Tints
Lighter variations
1#417CBC
2#558BC5
3#6A99CC
4#7FA8D3
5#95B6DB
6#AAC5E2
7#BFD3E9
8#D4E2F0
9#EAF0F8
Tones
Muted variations
1#3F6FA2
2#446F9C
3#4A6F97
4#4F6F91
5#556F8C
6#5A6F86
7#607081
8#65707B
9#6B7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C3 #A8C3E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA4 #7AA4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548A #548AC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396E #396EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E58 #2E5885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213F #213F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1528 #15283D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E4EDF6;
--steel-blue-200: #CEDDEE;
--steel-blue-300: #A8C3E1;
--steel-blue-400: #7AA4D1;
--steel-blue-500: #548AC4;
--steel-blue-600: #396EA7;
--steel-blue-700: #2E5885;
--steel-blue-800: #213F5F;
--steel-blue-900: #15283D;
--steel-blue-950: #0D1926;
}