Steel Blue
#4B6E95
BlueColor Codes
All color formats for development
HEX
#4B6E95RGB
rgb(75, 110, 149)HSL
hsl(212, 33%, 44%)OKLCH
oklch(0.528 0.074 251.9)CMYK
cmyk(50%, 26%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446386
2#3C5877
3#354D68
4#2D425A
5#26374B
6#1E2C3C
7#17212D
8#0F161E
9#080B0F
Tints
Lighter variations
1#557CA8
2#678AB2
3#7A99BC
4#8DA7C6
5#A0B6CF
6#B3C5D9
7#C6D3E2
8#D9E2EC
9#ECF0F5
Tones
Muted variations
1#4F6E92
2#536E8E
3#566E8A
4#5A6F86
5#5E6F83
6#616F7F
7#656F7B
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 | D3DD #D3DDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C3 #B1C3D8 | BordersInactive statesPlaceholder text |
| 400 | 88A4 #88A4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 668A #668AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6E #4B6E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C57 #3C5777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B28 #1B2836 | Primary textHigh emphasis contentDark headings |
| 950 | 1119 #111922 | 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: #D3DDE9;
--steel-blue-300: #B1C3D8;
--steel-blue-400: #88A4C3;
--steel-blue-500: #668AB2;
--steel-blue-600: #4B6E95;
--steel-blue-700: #3C5777;
--steel-blue-800: #2B3E55;
--steel-blue-900: #1B2836;
--steel-blue-950: #111922;
}