Steel Blue
#346CAD
BlueColor Codes
All color formats for development
HEX
#346CADRGB
rgb(52, 108, 173)HSL
hsl(212, 54%, 44%)OKLCH
oklch(0.526 0.119 253.8)CMYK
cmyk(70%, 38%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E619C
2#29578A
3#244C79
4#1F4168
5#1A3656
6#152B45
7#0F2034
8#0A1623
9#050B11
Tints
Lighter variations
1#3A7AC3
2#4F89CA
3#6597D1
4#7BA6D8
5#91B5DE
6#A7C4E5
7#BDD3EB
8#D3E1F2
9#E9F0F8
Tones
Muted variations
1#3A6DA7
2#406DA1
3#466D9B
4#4C6E95
5#526E8E
6#586F88
7#5E6F82
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 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDD #CCDDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C2 #A5C2E4 | BordersInactive statesPlaceholder text |
| 400 | 76A3 #76A3D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E88 #4E88CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 346C #346CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2956 #295689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3D #1D3D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273F | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4EDF7;
--steel-blue-200: #CCDDF0;
--steel-blue-300: #A5C2E4;
--steel-blue-400: #76A3D6;
--steel-blue-500: #4E88CA;
--steel-blue-600: #346CAD;
--steel-blue-700: #295689;
--steel-blue-800: #1D3D62;
--steel-blue-900: #13273F;
--steel-blue-950: #0C1927;
}