Steel Blue
#47629A
BlueColor Codes
All color formats for development
HEX
#47629ARGB
rgb(71, 98, 154)HSL
hsl(220, 37%, 44%)OKLCH
oklch(0.501 0.095 263.8)CMYK
cmyk(54%, 36%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40598A
2#394F7B
3#31456C
4#2A3B5C
5#23314D
6#1C273D
7#151E2E
8#0E141F
9#070A0F
Tints
Lighter variations
1#506FAD
2#627FB7
3#768FC0
4#8A9FC9
5#9DAFD2
6#B1BFDB
7#C4CFE4
8#D8DFED
9#EBEFF6
Tones
Muted variations
1#4B6496
2#4F6591
3#53678D
4#576889
5#5B6985
6#606B81
7#646C7D
8#686D79
9#6C6F74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBD #AFBDDA | BordersInactive statesPlaceholder text |
| 400 | 859B #859BC7 | Disabled statesSecondary iconsMuted text |
| 500 | 627E #627EB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4762 #47629A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384E #384E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2838 #283857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2438 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EBF4;
--steel-blue-200: #D2DAEA;
--steel-blue-300: #AFBDDA;
--steel-blue-400: #859BC7;
--steel-blue-500: #627EB7;
--steel-blue-600: #47629A;
--steel-blue-700: #384E7A;
--steel-blue-800: #283857;
--steel-blue-900: #1A2438;
--steel-blue-950: #101623;
}