Steel Blue
#47739A
BlueColor Codes
All color formats for development
HEX
#47739ARGB
rgb(71, 115, 154)HSL
hsl(208, 37%, 44%)OKLCH
oklch(0.54 0.078 246.6)CMYK
cmyk(54%, 25%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40678A
2#395C7B
3#31506C
4#2A455C
5#23394D
6#1C2E3D
7#15222E
8#0E171F
9#070B0F
Tints
Lighter variations
1#5082AD
2#6290B7
3#769EC0
4#8AABC9
5#9DB9D2
6#B1C7DB
7#C4D5E4
8#D8E3ED
9#EBF1F6
Tones
Muted variations
1#4B7396
2#4F7291
3#53728D
4#577289
5#5B7285
6#607181
7#64717D
8#687179
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC6 #AFC6DA | BordersInactive statesPlaceholder text |
| 400 | 85A8 #85A8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628F #628FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4773 #47739A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385B #385B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A38 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2DFEA;
--steel-blue-300: #AFC6DA;
--steel-blue-400: #85A8C7;
--steel-blue-500: #628FB7;
--steel-blue-600: #47739A;
--steel-blue-700: #385B7A;
--steel-blue-800: #284157;
--steel-blue-900: #1A2A38;
--steel-blue-950: #101A23;
}