Steel Blue
#4B5995
BlueColor Codes
All color formats for development
HEX
#4B5995RGB
rgb(75, 89, 149)HSL
hsl(229, 33%, 44%)OKLCH
oklch(0.481 0.098 272.3)CMYK
cmyk(50%, 40%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445086
2#3C4777
3#353E68
4#2D355A
5#262C4B
6#1E243C
7#171B2D
8#0F121E
9#08090F
Tints
Lighter variations
1#5564A8
2#6775B2
3#7A86BC
4#8D97C6
5#A0A9CF
6#B3BAD9
7#C6CBE2
8#D9DCEC
9#ECEEF5
Tones
Muted variations
1#4F5B92
2#535D8E
3#56608A
4#5A6286
5#5E6483
6#61677F
7#65697B
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 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B8 #B1B8D8 | BordersInactive statesPlaceholder text |
| 400 | 8893 #8893C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6674 #6674B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B59 #4B5995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C47 #3C4777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B32 #2B3255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B20 #1B2036 | 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: #E7E9F3;
--steel-blue-200: #D3D7E9;
--steel-blue-300: #B1B8D8;
--steel-blue-400: #8893C3;
--steel-blue-500: #6674B2;
--steel-blue-600: #4B5995;
--steel-blue-700: #3C4777;
--steel-blue-800: #2B3255;
--steel-blue-900: #1B2036;
--steel-blue-950: #111422;
}