Steel Blue
#4B5695
BlueColor Codes
All color formats for development
HEX
#4B5695RGB
rgb(75, 86, 149)HSL
hsl(231, 33%, 44%)OKLCH
oklch(0.474 0.102 274.4)CMYK
cmyk(50%, 42%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444E86
2#3C4577
3#353C68
4#2D345A
5#262B4B
6#1E233C
7#171A2D
8#0F111E
9#08090F
Tints
Lighter variations
1#5561A8
2#6772B2
3#7A84BC
4#8D96C6
5#A0A7CF
6#B3B9D9
7#C6CAE2
8#D9DCEC
9#ECEDF5
Tones
Muted variations
1#4F5992
2#535B8E
3#565E8A
4#5A6186
5#5E6383
6#61667F
7#65687B
8#696B78
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 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B7 #B1B7D8 | BordersInactive statesPlaceholder text |
| 400 | 8891 #8891C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6672 #6672B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B56 #4B5695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C45 #3C4577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B31 #2B3155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | 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: #D3D6E9;
--steel-blue-300: #B1B7D8;
--steel-blue-400: #8891C3;
--steel-blue-500: #6672B2;
--steel-blue-600: #4B5695;
--steel-blue-700: #3C4577;
--steel-blue-800: #2B3155;
--steel-blue-900: #1B1F36;
--steel-blue-950: #111422;
}