Steel Blue
#4B6495
BlueColor Codes
All color formats for development
HEX
#4B6495RGB
rgb(75, 100, 149)HSL
hsl(220, 33%, 44%)OKLCH
oklch(0.505 0.084 263.1)CMYK
cmyk(50%, 33%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445A86
2#3C5077
3#354668
4#2D3C5A
5#26324B
6#1E283C
7#171E2D
8#0F141E
9#080A0F
Tints
Lighter variations
1#5571A8
2#6780B2
3#7A90BC
4#8DA0C6
5#A0B0CF
6#B3C0D9
7#C6CFE2
8#D9DFEC
9#ECEFF5
Tones
Muted variations
1#4F6592
2#53668E
3#56688A
4#5A6986
5#5E6A83
6#616B7F
7#656C7B
8#696E78
9#6C6F74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DA #D3DAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BE #B1BED8 | BordersInactive statesPlaceholder text |
| 400 | 889C #889CC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6680 #6680B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B64 #4B6495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4F #3C4F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B39 #2B3955 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B24 #1B2436 | Primary textHigh emphasis contentDark headings |
| 950 | 1117 #111722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EBF3;
--steel-blue-200: #D3DAE9;
--steel-blue-300: #B1BED8;
--steel-blue-400: #889CC3;
--steel-blue-500: #6680B2;
--steel-blue-600: #4B6495;
--steel-blue-700: #3C4F77;
--steel-blue-800: #2B3955;
--steel-blue-900: #1B2436;
--steel-blue-950: #111722;
}