Steel Blue
#47729A
BlueColor Codes
All color formats for development
HEX
#47729ARGB
rgb(71, 114, 154)HSL
hsl(209, 37%, 44%)OKLCH
oklch(0.538 0.079 247.8)CMYK
cmyk(54%, 26%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40668A
2#395B7B
3#31506C
4#2A445C
5#23394D
6#1C2D3D
7#15222E
8#0E171F
9#070B0F
Tints
Lighter variations
1#5080AD
2#628EB7
3#769CC0
4#8AAAC9
5#9DB8D2
6#B1C7DB
7#C4D5E4
8#D8E3ED
9#EBF1F6
Tones
Muted variations
1#4B7196
2#4F7191
3#53718D
4#577189
5#5B7185
6#607181
7#64717D
8#687079
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC5 #AFC5DA | BordersInactive statesPlaceholder text |
| 400 | 85A7 #85A7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628E #628EB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4772 #47729A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385A #385A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2938 | 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: #F5F7FA;
--steel-blue-100: #E7EDF4;
--steel-blue-200: #D2DEEA;
--steel-blue-300: #AFC5DA;
--steel-blue-400: #85A7C7;
--steel-blue-500: #628EB7;
--steel-blue-600: #47729A;
--steel-blue-700: #385A7A;
--steel-blue-800: #284157;
--steel-blue-900: #1A2938;
--steel-blue-950: #101A23;
}