Steel Blue
#3A4BA6
BlueColor Codes
All color formats for development
HEX
#3A4BA6RGB
rgb(58, 75, 166)HSL
hsl(231, 48%, 44%)OKLCH
oklch(0.452 0.147 271.3)CMYK
cmyk(65%, 55%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#354395
2#2F3C85
3#293474
4#232D64
5#1D2553
6#171E42
7#121632
8#0C0F21
9#060711
Tints
Lighter variations
1#4254BB
2#5666C4
3#6B79CB
4#808DD2
5#95A0DA
6#AAB3E1
7#C0C6E9
8#D5D9F0
9#EAECF8
Tones
Muted variations
1#404EA1
2#45529B
3#4B5696
4#505A91
5#555D8B
6#5B6186
7#606580
8#65697B
9#6B6C76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B1 #A8B1E1 | BordersInactive statesPlaceholder text |
| 400 | 7B88 #7B88D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5566 #5566C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4B #3A4BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F6;
--steel-blue-200: #CED3EE;
--steel-blue-300: #A8B1E1;
--steel-blue-400: #7B88D1;
--steel-blue-500: #5566C3;
--steel-blue-600: #3A4BA6;
--steel-blue-700: #2E3B84;
--steel-blue-800: #212A5E;
--steel-blue-900: #151B3C;
--steel-blue-950: #0D1126;
}