Steel Blue
#4056A0
BlueColor Codes
All color formats for development
HEX
#4056A0RGB
rgb(64, 86, 160)HSL
hsl(226, 43%, 44%)OKLCH
oklch(0.474 0.122 268.9)CMYK
cmyk(60%, 46%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4E90
2#334580
3#2D3D70
4#263460
5#202B50
6#1A2340
7#131A30
8#0D1120
9#060910
Tints
Lighter variations
1#4861B5
2#5C73BE
3#7084C6
4#8496CE
5#99A7D6
6#ADB9DE
7#C2CAE7
8#D6DCEF
9#EBEDF7
Tones
Muted variations
1#45599C
2#4A5C97
3#4E5E92
4#53618D
5#586388
6#5D6683
7#62687F
8#676B7A
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7F91 #7F91CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B72 #5B72BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4056 #4056A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3345 #334580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #D0D6EC;
--steel-blue-300: #ABB7DE;
--steel-blue-400: #7F91CC;
--steel-blue-500: #5B72BE;
--steel-blue-600: #4056A0;
--steel-blue-700: #334580;
--steel-blue-800: #24315B;
--steel-blue-900: #171F3A;
--steel-blue-950: #0F1424;
}