Steel Blue
#47619A
BlueColor Codes
All color formats for development
HEX
#47619ARGB
rgb(71, 97, 154)HSL
hsl(221, 37%, 44%)OKLCH
oklch(0.499 0.097 264.6)CMYK
cmyk(54%, 37%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40578A
2#394E7B
3#31446C
4#2A3A5C
5#23304D
6#1C273D
7#151D2E
8#0E131F
9#070A0F
Tints
Lighter variations
1#506DAD
2#627DB7
3#768DC0
4#8A9EC9
5#9DAED2
6#B1BEDB
7#C4CEE4
8#D8DFED
9#EBEFF6
Tones
Muted variations
1#4B6396
2#4F6491
3#53668D
4#576789
5#5B6985
6#606A81
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 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCDA | BordersInactive statesPlaceholder text |
| 400 | 859A #859AC7 | Disabled statesSecondary iconsMuted text |
| 500 | 627D #627DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4761 #47619A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384D #384D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2837 #283757 | 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: #859AC7;
--steel-blue-500: #627DB7;
--steel-blue-600: #47619A;
--steel-blue-700: #384D7A;
--steel-blue-800: #283757;
--steel-blue-900: #1A2338;
--steel-blue-950: #101623;
}