Steel Blue
#3B56A5
BlueColor Codes
All color formats for development
HEX
#3B56A5RGB
rgb(59, 86, 165)HSL
hsl(225, 47%, 44%)OKLCH
oklch(0.474 0.131 267.1)CMYK
cmyk(64%, 48%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#364D94
2#304584
3#2A3C73
4#243363
5#1E2B52
6#182242
7#121A31
8#0C1121
9#060910
Tints
Lighter variations
1#4361BA
2#5772C2
3#6C84CA
4#8195D2
5#96A7D9
6#ABB8E1
7#C0CAE8
8#D5DCF0
9#EAEDF7
Tones
Muted variations
1#4158A0
2#465B9A
3#4B5E95
4#516090
5#56638B
6#5B6685
7#606880
8#666B7B
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED6 #CED6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C91 #7C91D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5671 #5671C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B56 #3B56A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F44 #2F4483 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2231 #22315E | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F6;
--steel-blue-200: #CED6ED;
--steel-blue-300: #A9B7E0;
--steel-blue-400: #7C91D0;
--steel-blue-500: #5671C2;
--steel-blue-600: #3B56A5;
--steel-blue-700: #2F4483;
--steel-blue-800: #22315E;
--steel-blue-900: #161F3C;
--steel-blue-950: #0E1425;
}