Steel Blue
#346AAD
BlueColor Codes
All color formats for development
HEX
#346AADRGB
rgb(52, 106, 173)HSL
hsl(213, 54%, 44%)OKLCH
oklch(0.521 0.121 255.1)CMYK
cmyk(70%, 39%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E609C
2#29558A
3#244A79
4#1F4068
5#1A3556
6#152A45
7#0F2034
8#0A1523
9#050B11
Tints
Lighter variations
1#3A78C3
2#4F87CA
3#6596D1
4#7BA5D8
5#91B4DE
6#A7C3E5
7#BDD2EB
8#D3E1F2
9#E9F0F8
Tones
Muted variations
1#3A6BA7
2#406BA1
3#466C9B
4#4C6D95
5#526D8E
6#586E88
7#5E6E82
8#646F7C
9#6A7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C1 #A5C1E4 | BordersInactive statesPlaceholder text |
| 400 | 76A1 #76A1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E86 #4E86CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 346A #346AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2954 #295489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3C #1D3C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273F | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4ECF7;
--steel-blue-200: #CCDCF0;
--steel-blue-300: #A5C1E4;
--steel-blue-400: #76A1D6;
--steel-blue-500: #4E86CA;
--steel-blue-600: #346AAD;
--steel-blue-700: #295489;
--steel-blue-800: #1D3C62;
--steel-blue-900: #13273F;
--steel-blue-950: #0C1827;
}