Steel Blue
#347AAD
BlueColor Codes
All color formats for development
HEX
#347AADRGB
rgb(52, 122, 173)HSL
hsl(205, 54%, 44%)OKLCH
oklch(0.558 0.106 243.5)CMYK
cmyk(70%, 29%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E6E9C
2#29628A
3#245679
4#1F4968
5#1A3D56
6#153145
7#0F2534
8#0A1823
9#050C11
Tints
Lighter variations
1#3A8AC3
2#4F97CA
3#65A4D1
4#7BB1D8
5#91BEDE
6#A7CBE5
7#BDD8EB
8#D3E5F2
9#E9F2F8
Tones
Muted variations
1#3A79A7
2#4078A1
3#46779B
4#4C7695
5#52758E
6#587488
7#5E7382
8#64727C
9#6A7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CA #A5CAE4 | BordersInactive statesPlaceholder text |
| 400 | 76AE #76AED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E97 #4E97CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 347A #347AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2961 #296189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D45 #1D4562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EFF7;
--steel-blue-200: #CCE1F0;
--steel-blue-300: #A5CAE4;
--steel-blue-400: #76AED6;
--steel-blue-500: #4E97CA;
--steel-blue-600: #347AAD;
--steel-blue-700: #296189;
--steel-blue-800: #1D4562;
--steel-blue-900: #132C3F;
--steel-blue-950: #0C1C27;
}