Steel Blue
#596CC0
BlueColor Codes
All color formats for development
HEX
#596CC0RGB
rgb(89, 108, 192)HSL
hsl(229, 45%, 55%)OKLCH
oklch(0.557 0.132 271.9)CMYK
cmyk(54%, 44%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#455AB7
2#3E50A3
3#36468E
4#2E3C7A
5#273266
6#1F2851
7#171E3D
8#0F1429
9#080A14
Tints
Lighter variations
1#697AC6
2#7A89CD
3#8B98D3
4#9BA7D9
5#ACB5DF
6#BCC4E6
7#CDD3EC
8#DEE2F2
9#EEF0F9
Tones
Muted variations
1#5E6FBB
2#6372B6
3#6875B0
4#6D79AB
5#727CA6
6#787FA1
7#7D829C
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 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB4 #AAB4DF | BordersInactive statesPlaceholder text |
| 400 | 7E8C #7E8CCE | Disabled statesSecondary iconsMuted text |
| 500 | 596C #596CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E50 #3E50A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3140 #314081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232E #232E5C | 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: #AAB4DF;
--steel-blue-400: #7E8CCE;
--steel-blue-500: #596CC0;
--steel-blue-600: #3E50A3;
--steel-blue-700: #314081;
--steel-blue-800: #232E5C;
--steel-blue-900: #161D3B;
--steel-blue-950: #0E1225;
}