Steel Blue
#3976A7
BlueColor Codes
All color formats for development
HEX
#3976A7RGB
rgb(57, 118, 167)HSL
hsl(207, 49%, 44%)OKLCH
oklch(0.548 0.099 245.3)CMYK
cmyk(66%, 29%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#336A96
2#2E5E86
3#285275
4#224764
5#1D3B54
6#172F43
7#112332
8#0B1821
9#060C11
Tints
Lighter variations
1#4185BC
2#5592C5
3#6AA0CC
4#7FAED3
5#95BBDB
6#AAC9E2
7#BFD6E9
8#D4E4F0
9#EAF1F8
Tones
Muted variations
1#3F75A2
2#44759C
3#4A7497
4#4F7391
5#55738C
6#5A7286
7#607281
8#65717B
9#6B7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C7 #A8C7E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAA #7AAAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5492 #5492C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3976 #3976A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5E #2E5E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2143 #21435F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E4EEF6;
--steel-blue-200: #CEDFEE;
--steel-blue-300: #A8C7E1;
--steel-blue-400: #7AAAD1;
--steel-blue-500: #5492C4;
--steel-blue-600: #3976A7;
--steel-blue-700: #2E5E85;
--steel-blue-800: #21435F;
--steel-blue-900: #152B3D;
--steel-blue-950: #0D1B26;
}