Steel Blue
#4B7095
BlueColor Codes
All color formats for development
HEX
#4B7095RGB
rgb(75, 112, 149)HSL
hsl(210, 33%, 44%)OKLCH
oklch(0.533 0.072 249.3)CMYK
cmyk(50%, 25%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446586
2#3C5A77
3#354F68
4#2D435A
5#26384B
6#1E2D3C
7#17222D
8#0F161E
9#080B0F
Tints
Lighter variations
1#557EA8
2#678DB2
3#7A9BBC
4#8DA9C6
5#A0B8CF
6#B3C6D9
7#C6D4E2
8#D9E2EC
9#ECF1F5
Tones
Muted variations
1#4F7092
2#53708E
3#56708A
4#5A7086
5#5E7083
6#61707F
7#65707B
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 | B1C4 #B1C4D8 | BordersInactive statesPlaceholder text |
| 400 | 88A6 #88A6C3 | Disabled statesSecondary iconsMuted text |
| 500 | 668C #668CB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B70 #4B7095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C59 #3C5977 | 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: #B1C4D8;
--steel-blue-400: #88A6C3;
--steel-blue-500: #668CB2;
--steel-blue-600: #4B7095;
--steel-blue-700: #3C5977;
--steel-blue-800: #2B4055;
--steel-blue-900: #1B2936;
--steel-blue-950: #111A22;
}