Steel Blue
#4B6B95
BlueColor Codes
All color formats for development
HEX
#4B6B95RGB
rgb(75, 107, 149)HSL
hsl(214, 33%, 44%)OKLCH
oklch(0.521 0.077 255.5)CMYK
cmyk(50%, 28%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446186
2#3C5677
3#354B68
4#2D405A
5#26364B
6#1E2B3C
7#17202D
8#0F151E
9#080B0F
Tints
Lighter variations
1#5579A8
2#6788B2
3#7A97BC
4#8DA6C6
5#A0B4CF
6#B3C3D9
7#C6D2E2
8#D9E1EC
9#ECF0F5
Tones
Muted variations
1#4F6C92
2#536C8E
3#566D8A
4#5A6D86
5#5E6E83
6#616E7F
7#656F7B
8#696F78
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DC #D3DCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C2 #B1C2D8 | BordersInactive statesPlaceholder text |
| 400 | 88A2 #88A2C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6687 #6687B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6B #4B6B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C55 #3C5577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3D #2B3D55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1118 #111822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7ECF3;
--steel-blue-200: #D3DCE9;
--steel-blue-300: #B1C2D8;
--steel-blue-400: #88A2C3;
--steel-blue-500: #6687B2;
--steel-blue-600: #4B6B95;
--steel-blue-700: #3C5577;
--steel-blue-800: #2B3D55;
--steel-blue-900: #1B2736;
--steel-blue-950: #111822;
}