Steel Blue
#4B5A95
BlueColor Codes
All color formats for development
HEX
#4B5A95RGB
rgb(75, 90, 149)HSL
hsl(228, 33%, 44%)OKLCH
oklch(0.483 0.097 271.6)CMYK
cmyk(50%, 40%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445186
2#3C4877
3#353F68
4#2D365A
5#262D4B
6#1E243C
7#171B2D
8#0F121E
9#08090F
Tints
Lighter variations
1#5565A8
2#6776B2
3#7A87BC
4#8D98C6
5#A0A9CF
6#B3BBD9
7#C6CCE2
8#D9DDEC
9#ECEEF5
Tones
Muted variations
1#4F5C92
2#535E8E
3#56618A
4#5A6386
5#5E6583
6#61677F
7#656A7B
8#696C78
9#6C6E74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B9 #B1B9D8 | BordersInactive statesPlaceholder text |
| 400 | 8894 #8894C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6676 #6676B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5A #4B5A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C48 #3C4877 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B33 #2B3355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B21 #1B2136 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EAF3;
--steel-blue-200: #D3D7E9;
--steel-blue-300: #B1B9D8;
--steel-blue-400: #8894C3;
--steel-blue-500: #6676B2;
--steel-blue-600: #4B5A95;
--steel-blue-700: #3C4877;
--steel-blue-800: #2B3355;
--steel-blue-900: #1B2136;
--steel-blue-950: #111422;
}