Steel Blue
#4B7395
BlueColor Codes
All color formats for development
HEX
#4B7395RGB
rgb(75, 115, 149)HSL
hsl(208, 33%, 44%)OKLCH
oklch(0.54 0.07 245.2)CMYK
cmyk(50%, 23%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446786
2#3C5C77
3#355068
4#2D455A
5#26394B
6#1E2E3C
7#17222D
8#0F171E
9#080B0F
Tints
Lighter variations
1#5581A8
2#678FB2
3#7A9DBC
4#8DABC6
5#A0B9CF
6#B3C7D9
7#C6D5E2
8#D9E3EC
9#ECF1F5
Tones
Muted variations
1#4F7292
2#53728E
3#56728A
4#5A7286
5#5E7183
6#61717F
7#65717B
8#697178
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DF #D3DFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C6 #B1C6D8 | BordersInactive statesPlaceholder text |
| 400 | 88A8 #88A8C3 | Disabled statesSecondary iconsMuted text |
| 500 | 668F #668FB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B73 #4B7395 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5B #3C5B77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B41 #2B4155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2A #1B2A36 | 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: #F5F8FA;
--steel-blue-100: #E7EEF3;
--steel-blue-200: #D3DFE9;
--steel-blue-300: #B1C6D8;
--steel-blue-400: #88A8C3;
--steel-blue-500: #668FB2;
--steel-blue-600: #4B7395;
--steel-blue-700: #3C5B77;
--steel-blue-800: #2B4155;
--steel-blue-900: #1B2A36;
--steel-blue-950: #111A22;
}