Steel Blue
#4B7195
BlueColor Codes
All color formats for development
HEX
#4B7195RGB
rgb(75, 113, 149)HSL
hsl(209, 33%, 44%)OKLCH
oklch(0.535 0.071 248)CMYK
cmyk(50%, 24%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446686
2#3C5B77
3#354F68
4#2D445A
5#26394B
6#1E2D3C
7#17222D
8#0F171E
9#080B0F
Tints
Lighter variations
1#5580A8
2#678EB2
3#7A9CBC
4#8DAAC6
5#A0B8CF
6#B3C7D9
7#C6D5E2
8#D9E3EC
9#ECF1F5
Tones
Muted variations
1#4F7192
2#53718E
3#56718A
4#5A7186
5#5E7183
6#61717F
7#65717B
8#697078
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DE #D3DEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C5 #B1C5D8 | BordersInactive statesPlaceholder text |
| 400 | 88A7 #88A7C3 | Disabled statesSecondary iconsMuted text |
| 500 | 668E #668EB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B71 #4B7195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5A #3C5A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B40 #2B4055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B29 #1B2936 | Primary textHigh emphasis contentDark headings |
| 950 | 111A #111A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EDF3;
--steel-blue-200: #D3DEE9;
--steel-blue-300: #B1C5D8;
--steel-blue-400: #88A7C3;
--steel-blue-500: #668EB2;
--steel-blue-600: #4B7195;
--steel-blue-700: #3C5A77;
--steel-blue-800: #2B4055;
--steel-blue-900: #1B2936;
--steel-blue-950: #111A22;
}