Steel Blue
#5971C0
BlueColor Codes
All color formats for development
HEX
#5971C0RGB
rgb(89, 113, 192)HSL
hsl(226, 45%, 55%)OKLCH
oklch(0.567 0.125 269.4)CMYK
cmyk(54%, 41%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4560B7
2#3E55A3
3#364B8E
4#2E407A
5#273566
6#1F2B51
7#17203D
8#0F1529
9#080B14
Tints
Lighter variations
1#697FC6
2#7A8DCD
3#8B9BD3
4#9BAAD9
5#ACB8DF
6#BCC6E6
7#CDD4EC
8#DEE3F2
9#EEF1F9
Tones
Muted variations
1#5E73BB
2#6376B6
3#6879B0
4#6D7CAB
5#727EA6
6#7881A1
7#7D849C
8#828797
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB6 #AAB6DF | BordersInactive statesPlaceholder text |
| 400 | 7E90 #7E90CE | Disabled statesSecondary iconsMuted text |
| 500 | 5971 #5971C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E55 #3E55A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3144 #314481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2330 #23305C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD6ED;
--steel-blue-300: #AAB6DF;
--steel-blue-400: #7E90CE;
--steel-blue-500: #5971C0;
--steel-blue-600: #3E55A3;
--steel-blue-700: #314481;
--steel-blue-800: #23305C;
--steel-blue-900: #161F3B;
--steel-blue-950: #0E1325;
}