Steel Blue
#5963C0
BlueColor Codes
All color formats for development
HEX
#5963C0RGB
rgb(89, 99, 192)HSL
hsl(234, 45%, 55%)OKLCH
oklch(0.538 0.144 275.8)CMYK
cmyk(54%, 48%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4551B7
2#3E48A3
3#363F8E
4#2E367A
5#272D66
6#1F2451
7#171B3D
8#0F1229
9#080914
Tints
Lighter variations
1#6973C6
2#7A82CD
3#8B92D3
4#9BA1D9
5#ACB1DF
6#BCC1E6
7#CDD0EC
8#DEE0F2
9#EEEFF9
Tones
Muted variations
1#5E67BB
2#636BB6
3#686FB0
4#6D73AB
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 | AAAF #AAAFDF | BordersInactive statesPlaceholder text |
| 400 | 7E86 #7E86CE | Disabled statesSecondary iconsMuted text |
| 500 | 5963 #5963C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E48 #3E48A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3139 #313981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2329 #23295C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | 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: #AAAFDF;
--steel-blue-400: #7E86CE;
--steel-blue-500: #5963C0;
--steel-blue-600: #3E48A3;
--steel-blue-700: #313981;
--steel-blue-800: #23295C;
--steel-blue-900: #161A3B;
--steel-blue-950: #0E1025;
}