Steel Blue
#47749A
BlueColor Codes
All color formats for development
HEX
#47749ARGB
rgb(71, 116, 154)HSL
hsl(207, 37%, 44%)OKLCH
oklch(0.543 0.078 245.4)CMYK
cmyk(54%, 25%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40698A
2#395D7B
3#31516C
4#2A465C
5#233A4D
6#1C2F3D
7#15232E
8#0E171F
9#070C0F
Tints
Lighter variations
1#5083AD
2#6291B7
3#769FC0
4#8AACC9
5#9DBAD2
6#B1C8DB
7#C4D6E4
8#D8E3ED
9#EBF1F6
Tones
Muted variations
1#4B7496
2#4F7491
3#53738D
4#577389
5#5B7285
6#607281
7#64717D
8#687179
9#6C7174
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 | AFC7 #AFC7DA | BordersInactive statesPlaceholder text |
| 400 | 85A9 #85A9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6290 #6290B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4774 #47749A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385D #385D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2842 #284257 | 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: #AFC7DA;
--steel-blue-400: #85A9C7;
--steel-blue-500: #6290B7;
--steel-blue-600: #47749A;
--steel-blue-700: #385D7A;
--steel-blue-800: #284257;
--steel-blue-900: #1A2A38;
--steel-blue-950: #101A23;
}