Steel Blue
#3A76A6
BlueColor Codes
All color formats for development
HEX
#3A76A6RGB
rgb(58, 118, 166)HSL
hsl(207, 48%, 44%)OKLCH
oklch(0.547 0.098 245.1)CMYK
cmyk(65%, 29%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#356A95
2#2F5E85
3#295274
4#234764
5#1D3B53
6#172F42
7#122332
8#0C1821
9#060C11
Tints
Lighter variations
1#4285BB
2#5692C4
3#6BA0CB
4#80ADD2
5#95BBDA
6#AAC9E1
7#C0D6E9
8#D5E4F0
9#EAF1F8
Tones
Muted variations
1#4075A1
2#45759B
3#4B7496
4#507391
5#55738B
6#5B7286
7#607280
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 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C7 #A8C7E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAA #7BAAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5592 #5592C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A76 #3A76A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5E #2E5E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2143 #21435E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3C | 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: #E5EEF6;
--steel-blue-200: #CEDFEE;
--steel-blue-300: #A8C7E1;
--steel-blue-400: #7BAAD1;
--steel-blue-500: #5592C3;
--steel-blue-600: #3A76A6;
--steel-blue-700: #2E5E84;
--steel-blue-800: #21435E;
--steel-blue-900: #152B3C;
--steel-blue-950: #0D1B26;
}