Steel Blue
#4B6A95
BlueColor Codes
All color formats for development
HEX
#4B6A95RGB
rgb(75, 106, 149)HSL
hsl(215, 33%, 44%)OKLCH
oklch(0.519 0.078 256.7)CMYK
cmyk(50%, 29%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445F86
2#3C5577
3#354A68
4#2D405A
5#26354B
6#1E2A3C
7#17202D
8#0F151E
9#080B0F
Tints
Lighter variations
1#5578A8
2#6786B2
3#7A96BC
4#8DA5C6
5#A0B4CF
6#B3C3D9
7#C6D2E2
8#D9E1EC
9#ECF0F5
Tones
Muted variations
1#4F6B92
2#536B8E
3#566C8A
4#5A6C86
5#5E6D83
6#616E7F
7#656E7B
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 | B1C1 #B1C1D8 | BordersInactive statesPlaceholder text |
| 400 | 88A1 #88A1C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6686 #6686B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6A #4B6A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C54 #3C5477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3C #2B3C55 | 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: #B1C1D8;
--steel-blue-400: #88A1C3;
--steel-blue-500: #6686B2;
--steel-blue-600: #4B6A95;
--steel-blue-700: #3C5477;
--steel-blue-800: #2B3C55;
--steel-blue-900: #1B2736;
--steel-blue-950: #111822;
}