Steel Blue
#596AC0
BlueColor Codes
All color formats for development
HEX
#596AC0RGB
rgb(89, 106, 192)HSL
hsl(230, 45%, 55%)OKLCH
oklch(0.552 0.134 272.8)CMYK
cmyk(54%, 45%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4558B7
2#3E4FA3
3#36458E
4#2E3B7A
5#273166
6#1F2751
7#171D3D
8#0F1429
9#080A14
Tints
Lighter variations
1#6979C6
2#7A88CD
3#8B97D3
4#9BA5D9
5#ACB4DF
6#BCC3E6
7#CDD2EC
8#DEE1F2
9#EEF0F9
Tones
Muted variations
1#5E6DBB
2#6371B6
3#6874B0
4#6D78AB
5#727BA6
6#787EA1
7#7D829C
8#828597
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB3 #AAB3DF | BordersInactive statesPlaceholder text |
| 400 | 7E8B #7E8BCE | Disabled statesSecondary iconsMuted text |
| 500 | 596A #596AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E4F #3E4FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313E #313E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232D #232D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #CFD4ED;
--steel-blue-300: #AAB3DF;
--steel-blue-400: #7E8BCE;
--steel-blue-500: #596AC0;
--steel-blue-600: #3E4FA3;
--steel-blue-700: #313E81;
--steel-blue-800: #232D5C;
--steel-blue-900: #161D3B;
--steel-blue-950: #0E1225;
}