Steel Blue
#4B5C95
BlueColor Codes
All color formats for development
HEX
#4B5C95RGB
rgb(75, 92, 149)HSL
hsl(226, 33%, 44%)OKLCH
oklch(0.487 0.094 270.1)CMYK
cmyk(50%, 38%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445386
2#3C4A77
3#354168
4#2D375A
5#262E4B
6#1E253C
7#171C2D
8#0F121E
9#08090F
Tints
Lighter variations
1#5568A8
2#6779B2
3#7A89BC
4#8D9AC6
5#A0ABCF
6#B3BCD9
7#C6CDE2
8#D9DDEC
9#ECEEF5
Tones
Muted variations
1#4F5E92
2#53608E
3#56628A
4#5A6486
5#5E6683
6#61687F
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 | D3D8 #D3D8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BA #B1BAD8 | BordersInactive statesPlaceholder text |
| 400 | 8896 #8896C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6678 #6678B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5C #4B5C95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4A #3C4A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B35 #2B3555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B22 #1B2236 | Primary textHigh emphasis contentDark headings |
| 950 | 1115 #111522 | 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: #D3D8E9;
--steel-blue-300: #B1BAD8;
--steel-blue-400: #8896C3;
--steel-blue-500: #6678B2;
--steel-blue-600: #4B5C95;
--steel-blue-700: #3C4A77;
--steel-blue-800: #2B3555;
--steel-blue-900: #1B2236;
--steel-blue-950: #111522;
}