Steel Blue
#5C6BBC
BlueColor Codes
All color formats for development
HEX
#5C6BBCRGB
rgb(92, 107, 188)HSL
hsl(231, 42%, 55%)OKLCH
oklch(0.554 0.127 273.7)CMYK
cmyk(51%, 43%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4959B3
2#414F9F
3#39458B
4#313B77
5#293264
6#212850
7#181E3C
8#101428
9#080A14
Tints
Lighter variations
1#6C79C3
2#7D88CA
3#8D97D0
4#9DA6D7
5#AEB5DE
6#BEC4E4
7#CED2EB
8#DEE1F2
9#EFF0F8
Tones
Muted variations
1#616EB8
2#6671B3
3#6B75AE
4#6F78A9
5#747BA4
6#797FA0
7#7E829B
8#838696
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB3 #ACB3DD | BordersInactive statesPlaceholder text |
| 400 | 808C #808CCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6B #5C6BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 414F #414F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 343F #343F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252D #252D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E6E8F5;
--steel-blue-200: #D0D4EC;
--steel-blue-300: #ACB3DD;
--steel-blue-400: #808CCB;
--steel-blue-500: #5C6BBC;
--steel-blue-600: #414F9F;
--steel-blue-700: #343F7F;
--steel-blue-800: #252D5B;
--steel-blue-900: #181D3A;
--steel-blue-950: #0F1224;
}