Steel Blue
#596FC0
BlueColor Codes
All color formats for development
HEX
#596FC0RGB
rgb(89, 111, 192)HSL
hsl(227, 45%, 55%)OKLCH
oklch(0.563 0.128 270.4)CMYK
cmyk(54%, 42%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#455EB7
2#3E54A3
3#36498E
4#2E3F7A
5#273466
6#1F2A51
7#171F3D
8#0F1529
9#080A14
Tints
Lighter variations
1#697DC6
2#7A8CCD
3#8B9AD3
4#9BA9D9
5#ACB7DF
6#BCC5E6
7#CDD4EC
8#DEE2F2
9#EEF1F9
Tones
Muted variations
1#5E72BB
2#6375B6
3#6878B0
4#6D7BAB
5#727EA6
6#7881A1
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 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCE | Disabled statesSecondary iconsMuted text |
| 500 | 596F #596FC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E54 #3E54A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3142 #314281 | 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: #E5E9F5;
--steel-blue-200: #CFD5ED;
--steel-blue-300: #AAB5DF;
--steel-blue-400: #7E8FCE;
--steel-blue-500: #596FC0;
--steel-blue-600: #3E54A3;
--steel-blue-700: #314281;
--steel-blue-800: #232F5C;
--steel-blue-900: #161E3B;
--steel-blue-950: #0E1325;
}