Steel Blue
#5B68BE
BlueColor Codes
All color formats for development
HEX
#5B68BERGB
rgb(91, 104, 190)HSL
hsl(232, 43%, 55%)OKLCH
oklch(0.548 0.134 274.7)CMYK
cmyk(52%, 45%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4856B5
2#404DA0
3#38438C
4#303A78
5#283064
6#202650
7#181D3C
8#101328
9#080A14
Tints
Lighter variations
1#6B77C4
2#7C86CB
3#8C95D1
4#9DA4D8
5#ADB4DE
6#BDC3E5
7#CED2EB
8#DEE1F2
9#EFF0F8
Tones
Muted variations
1#606CB9
2#656FB4
3#6A73AF
4#6F77AA
5#747AA5
6#797EA0
7#7D819B
8#828596
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 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB2 #ABB2DE | BordersInactive statesPlaceholder text |
| 400 | 7F8A #7F8ACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B68 #5B68BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404D #404DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333D #333D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242C #242C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | 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: #D0D3EC;
--steel-blue-300: #ABB2DE;
--steel-blue-400: #7F8ACC;
--steel-blue-500: #5B68BE;
--steel-blue-600: #404DA0;
--steel-blue-700: #333D80;
--steel-blue-800: #242C5B;
--steel-blue-900: #171C3A;
--steel-blue-950: #0F1124;
}