Steel Blue
#4B6195
BlueColor Codes
All color formats for development
HEX
#4B6195RGB
rgb(75, 97, 149)HSL
hsl(222, 33%, 44%)OKLCH
oklch(0.498 0.088 265.9)CMYK
cmyk(50%, 35%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445886
2#3C4E77
3#354468
4#2D3A5A
5#26314B
6#1E273C
7#171D2D
8#0F131E
9#080A0F
Tints
Lighter variations
1#556EA8
2#677EB2
3#7A8EBC
4#8D9EC6
5#A0AECF
6#B3BED9
7#C6CFE2
8#D9DFEC
9#ECEFF5
Tones
Muted variations
1#4F6392
2#53648E
3#56668A
4#5A6786
5#5E6983
6#616A7F
7#656C7B
8#696D78
9#6C6F74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D9 #D3D9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BD #B1BDD8 | BordersInactive statesPlaceholder text |
| 400 | 889A #889AC3 | Disabled statesSecondary iconsMuted text |
| 500 | 667D #667DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B61 #4B6195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4D #3C4D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B37 #2B3755 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B23 #1B2336 | Primary textHigh emphasis contentDark headings |
| 950 | 1116 #111622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EBF3;
--steel-blue-200: #D3D9E9;
--steel-blue-300: #B1BDD8;
--steel-blue-400: #889AC3;
--steel-blue-500: #667DB2;
--steel-blue-600: #4B6195;
--steel-blue-700: #3C4D77;
--steel-blue-800: #2B3755;
--steel-blue-900: #1B2336;
--steel-blue-950: #111622;
}