Steel Blue
#4B6C95
BlueColor Codes
All color formats for development
HEX
#4B6C95RGB
rgb(75, 108, 149)HSL
hsl(213, 33%, 44%)OKLCH
oklch(0.524 0.076 254.4)CMYK
cmyk(50%, 28%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446286
2#3C5777
3#354C68
4#2D415A
5#26364B
6#1E2B3C
7#17212D
8#0F161E
9#080B0F
Tints
Lighter variations
1#557AA8
2#6789B2
3#7A98BC
4#8DA6C6
5#A0B5CF
6#B3C4D9
7#C6D3E2
8#D9E1EC
9#ECF0F5
Tones
Muted variations
1#4F6D92
2#536D8E
3#566E8A
4#5A6E86
5#5E6E83
6#616F7F
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 | E7ED #E7EDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DD #D3DDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C2 #B1C2D8 | BordersInactive statesPlaceholder text |
| 400 | 88A3 #88A3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6688 #6688B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6C #4B6C95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C56 #3C5677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | 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: #B1C2D8;
--steel-blue-400: #88A3C3;
--steel-blue-500: #6688B2;
--steel-blue-600: #4B6C95;
--steel-blue-700: #3C5677;
--steel-blue-800: #2B3E55;
--steel-blue-900: #1B2736;
--steel-blue-950: #111922;
}