Steel Blue
#4B4F95
BlueColor Codes
All color formats for development
HEX
#4B4F95RGB
rgb(75, 79, 149)HSL
hsl(237, 33%, 44%)OKLCH
oklch(0.459 0.112 278.5)CMYK
cmyk(50%, 47%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444786
2#3C3F77
3#353768
4#2D2F5A
5#26274B
6#1E203C
7#17182D
8#0F101E
9#08080F
Tints
Lighter variations
1#5559A8
2#676BB2
3#7A7DBC
4#8D90C6
5#A0A2CF
6#B3B5D9
7#C6C7E2
8#D9DAEC
9#ECECF5
Tones
Muted variations
1#4F5292
2#53568E
3#56598A
4#5A5C86
5#5E6083
6#61637F
7#65667B
8#696A78
9#6C6D74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D4 #D3D4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B3 #B1B3D8 | BordersInactive statesPlaceholder text |
| 400 | 888B #888BC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666A #666AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4F #4B4F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3F #3C3F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2D #2B2D55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1D #1B1D36 | Primary textHigh emphasis contentDark headings |
| 950 | 1112 #111222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E8F3;
--steel-blue-200: #D3D4E9;
--steel-blue-300: #B1B3D8;
--steel-blue-400: #888BC3;
--steel-blue-500: #666AB2;
--steel-blue-600: #4B4F95;
--steel-blue-700: #3C3F77;
--steel-blue-800: #2B2D55;
--steel-blue-900: #1B1D36;
--steel-blue-950: #111222;
}