Steel Blue
#3480AD
BlueColor Codes
All color formats for development
HEX
#3480ADRGB
rgb(52, 128, 173)HSL
hsl(202, 54%, 44%)OKLCH
oklch(0.573 0.101 238.3)CMYK
cmyk(70%, 26%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E749C
2#29678A
3#245A79
4#1F4D68
5#1A4056
6#153345
7#0F2734
8#0A1A23
9#050D11
Tints
Lighter variations
1#3A91C3
2#4F9DCA
3#65A9D1
4#7BB6D8
5#91C2DE
6#A7CEE5
7#BDDAEB
8#D3E7F2
9#E9F3F8
Tones
Muted variations
1#3A7FA7
2#407DA1
3#467C9B
4#4C7A95
5#52788E
6#587788
7#5E7582
8#64737C
9#6A7276
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CD #A5CDE4 | BordersInactive statesPlaceholder text |
| 400 | 76B3 #76B3D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E9D #4E9DCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3480 #3480AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2966 #296689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4F0F7;
--steel-blue-200: #CCE3F0;
--steel-blue-300: #A5CDE4;
--steel-blue-400: #76B3D6;
--steel-blue-500: #4E9DCA;
--steel-blue-600: #3480AD;
--steel-blue-700: #296689;
--steel-blue-800: #1D4962;
--steel-blue-900: #132F3F;
--steel-blue-950: #0C1D27;
}