Steel Blue
#396DA7
BlueColor Codes
All color formats for development
HEX
#396DA7RGB
rgb(57, 109, 167)HSL
hsl(212, 49%, 44%)OKLCH
oklch(0.526 0.108 252.7)CMYK
cmyk(66%, 35%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#336296
2#2E5786
3#284C75
4#224164
5#1D3654
6#172B43
7#112132
8#0B1621
9#060B11
Tints
Lighter variations
1#417ABC
2#5589C5
3#6A98CC
4#7FA7D3
5#95B5DB
6#AAC4E2
7#BFD3E9
8#D4E2F0
9#EAF0F8
Tones
Muted variations
1#3F6DA2
2#446D9C
3#4A6E97
4#4F6E91
5#556E8C
6#5A6F86
7#606F81
8#656F7B
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 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA3 #7AA3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5489 #5489C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396D #396DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E56 #2E5685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213E #213E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273D | 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: #A8C2E1;
--steel-blue-400: #7AA3D1;
--steel-blue-500: #5489C4;
--steel-blue-600: #396DA7;
--steel-blue-700: #2E5685;
--steel-blue-800: #213E5F;
--steel-blue-900: #15273D;
--steel-blue-950: #0D1926;
}