Steel Blue
#5965C0
BlueColor Codes
All color formats for development
HEX
#5965C0RGB
rgb(89, 101, 192)HSL
hsl(233, 45%, 55%)OKLCH
oklch(0.542 0.141 275)CMYK
cmyk(54%, 47%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4553B7
2#3E49A3
3#36408E
4#2E377A
5#272E66
6#1F2551
7#171C3D
8#0F1229
9#080914
Tints
Lighter variations
1#6974C6
2#7A84CD
3#8B93D3
4#9BA2D9
5#ACB2DF
6#BCC1E6
7#CDD1EC
8#DEE0F2
9#EEF0F9
Tones
Muted variations
1#5E69BB
2#636DB6
3#6871B0
4#6D74AB
5#7278A6
6#787CA1
7#7D809C
8#828497
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB0 #AAB0DF | BordersInactive statesPlaceholder text |
| 400 | 7E87 #7E87CE | Disabled statesSecondary iconsMuted text |
| 500 | 5965 #5965C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E49 #3E49A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313A #313A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232A #232A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD2ED;
--steel-blue-300: #AAB0DF;
--steel-blue-400: #7E87CE;
--steel-blue-500: #5965C0;
--steel-blue-600: #3E49A3;
--steel-blue-700: #313A81;
--steel-blue-800: #232A5C;
--steel-blue-900: #161B3B;
--steel-blue-950: #0E1125;
}