Steel Blue
#47709A
BlueColor Codes
All color formats for development
HEX
#47709ARGB
rgb(71, 112, 154)HSL
hsl(210, 37%, 44%)OKLCH
oklch(0.533 0.081 250.1)CMYK
cmyk(54%, 27%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40658A
2#395A7B
3#314F6C
4#2A435C
5#23384D
6#1C2D3D
7#15222E
8#0E161F
9#070B0F
Tints
Lighter variations
1#507EAD
2#628DB7
3#769BC0
4#8AA9C9
5#9DB8D2
6#B1C6DB
7#C4D4E4
8#D8E2ED
9#EBF1F6
Tones
Muted variations
1#4B7096
2#4F7091
3#53708D
4#577089
5#5B7085
6#607081
7#64707D
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 | AFC4 #AFC4DA | BordersInactive statesPlaceholder text |
| 400 | 85A6 #85A6C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628C #628CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4770 #47709A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3859 #38597A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2840 #284057 | 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: #AFC4DA;
--steel-blue-400: #85A6C7;
--steel-blue-500: #628CB7;
--steel-blue-600: #47709A;
--steel-blue-700: #38597A;
--steel-blue-800: #284057;
--steel-blue-900: #1A2938;
--steel-blue-950: #101A23;
}