Steel Blue
#4B7495
BlueColor Codes
All color formats for development
HEX
#4B7495RGB
rgb(75, 116, 149)HSL
hsl(207, 33%, 44%)OKLCH
oklch(0.542 0.069 243.8)CMYK
cmyk(50%, 22%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446886
2#3C5D77
3#355168
4#2D465A
5#263A4B
6#1E2E3C
7#17232D
8#0F171E
9#080C0F
Tints
Lighter variations
1#5583A8
2#6791B2
3#7A9EBC
4#8DACC6
5#A0BACF
6#B3C8D9
7#C6D6E2
8#D9E3EC
9#ECF1F5
Tones
Muted variations
1#4F7492
2#53738E
3#56738A
4#5A7286
5#5E7283
6#61727F
7#65717B
8#697178
9#6C7174
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 | 88A9 #88A9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6690 #6690B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B74 #4B7495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5C #3C5C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B42 #2B4255 | 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: #88A9C3;
--steel-blue-500: #6690B2;
--steel-blue-600: #4B7495;
--steel-blue-700: #3C5C77;
--steel-blue-800: #2B4255;
--steel-blue-900: #1B2A36;
--steel-blue-950: #111A22;
}