Steel Blue
#4B5E95
BlueColor Codes
All color formats for development
HEX
#4B5E95RGB
rgb(75, 94, 149)HSL
hsl(225, 33%, 44%)OKLCH
oklch(0.492 0.092 268.5)CMYK
cmyk(50%, 37%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445486
2#3C4B77
3#354268
4#2D385A
5#262F4B
6#1E253C
7#171C2D
8#0F131E
9#08090F
Tints
Lighter variations
1#556AA8
2#677AB2
3#7A8BBC
4#8D9BC6
5#A0ACCF
6#B3BCD9
7#C6CDE2
8#D9DEEC
9#ECEEF5
Tones
Muted variations
1#4F6092
2#53618E
3#56638A
4#5A6586
5#5E6783
6#61697F
7#656B7B
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 | B1BB #B1BBD8 | BordersInactive statesPlaceholder text |
| 400 | 8897 #8897C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6679 #6679B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5E #4B5E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4B #3C4B77 | 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: #B1BBD8;
--steel-blue-400: #8897C3;
--steel-blue-500: #6679B2;
--steel-blue-600: #4B5E95;
--steel-blue-700: #3C4B77;
--steel-blue-800: #2B3555;
--steel-blue-900: #1B2236;
--steel-blue-950: #111522;
}