Steel Blue
#596DC0
BlueColor Codes
All color formats for development
HEX
#596DC0RGB
rgb(89, 109, 192)HSL
hsl(228, 45%, 55%)OKLCH
oklch(0.559 0.131 271.4)CMYK
cmyk(54%, 43%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#455CB7
2#3E52A3
3#36488E
4#2E3D7A
5#273366
6#1F2951
7#171F3D
8#0F1429
9#080A14
Tints
Lighter variations
1#697CC6
2#7A8ACD
3#8B99D3
4#9BA8D9
5#ACB6DF
6#BCC5E6
7#CDD3EC
8#DEE2F2
9#EEF0F9
Tones
Muted variations
1#5E70BB
2#6373B6
3#6877B0
4#6D7AAB
5#727DA6
6#7880A1
7#7D839C
8#828697
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 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECE | Disabled statesSecondary iconsMuted text |
| 500 | 596D #596DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E52 #3E52A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3141 #314181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232F #232F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3B | 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: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #CFD5ED;
--steel-blue-300: #AAB5DF;
--steel-blue-400: #7E8ECE;
--steel-blue-500: #596DC0;
--steel-blue-600: #3E52A3;
--steel-blue-700: #314181;
--steel-blue-800: #232F5C;
--steel-blue-900: #161E3B;
--steel-blue-950: #0E1325;
}