Steel Blue
#47609A
BlueColor Codes
All color formats for development
HEX
#47609ARGB
rgb(71, 96, 154)HSL
hsl(222, 37%, 44%)OKLCH
oklch(0.496 0.098 265.4)CMYK
cmyk(54%, 38%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40568A
2#394C7B
3#31436C
4#2A395C
5#23304D
6#1C263D
7#151D2E
8#0E131F
9#070A0F
Tints
Lighter variations
1#506CAD
2#627CB7
3#768CC0
4#8A9DC9
5#9DADD2
6#B1BDDB
7#C4CEE4
8#D8DEED
9#EBEFF6
Tones
Muted variations
1#4B6196
2#4F6391
3#53658D
4#576689
5#5B6885
6#606A81
7#646B7D
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 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCDA | BordersInactive statesPlaceholder text |
| 400 | 8599 #8599C7 | Disabled statesSecondary iconsMuted text |
| 500 | 627B #627BB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4760 #47609A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384C #384C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2836 #283657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2338 | 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: #D2D9EA;
--steel-blue-300: #AFBCDA;
--steel-blue-400: #8599C7;
--steel-blue-500: #627BB7;
--steel-blue-600: #47609A;
--steel-blue-700: #384C7A;
--steel-blue-800: #283657;
--steel-blue-900: #1A2338;
--steel-blue-950: #101623;
}