Steel Blue
#5C6CBC
BlueColor Codes
All color formats for development
HEX
#5C6CBCRGB
rgb(92, 108, 188)HSL
hsl(230, 42%, 55%)OKLCH
oklch(0.556 0.125 273.2)CMYK
cmyk(51%, 43%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495BB3
2#41519F
3#39478B
4#313D77
5#293264
6#212850
7#181E3C
8#101428
9#080A14
Tints
Lighter variations
1#6C7BC3
2#7D89CA
3#8D98D0
4#9DA7D7
5#AEB6DE
6#BEC4E4
7#CED3EB
8#DEE2F2
9#EFF0F8
Tones
Muted variations
1#616FB8
2#6673B3
3#6B76AE
4#6F79A9
5#747CA4
6#797FA0
7#7E839B
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 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DD | BordersInactive statesPlaceholder text |
| 400 | 808D #808DCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6C #5C6CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4151 #41519F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3440 #34407F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252E #252E5B | 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: #D0D5EC;
--steel-blue-300: #ACB4DD;
--steel-blue-400: #808DCB;
--steel-blue-500: #5C6CBC;
--steel-blue-600: #41519F;
--steel-blue-700: #34407F;
--steel-blue-800: #252E5B;
--steel-blue-900: #181D3A;
--steel-blue-950: #0F1224;
}