Steel Blue
#5C5CBC
BlueColor Codes
All color formats for development
HEX
#5C5CBCRGB
rgb(92, 92, 188)HSL
hsl(240, 42%, 55%)OKLCH
oklch(0.524 0.147 280.1)CMYK
cmyk(51%, 51%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4949B3
2#41419F
3#39398B
4#313177
5#292964
6#212150
7#18183C
8#101028
9#080814
Tints
Lighter variations
1#6C6CC3
2#7D7DCA
3#8D8DD0
4#9D9DD7
5#AEAEDE
6#BEBEE4
7#CECEEB
8#DEDEF2
9#EFEFF8
Tones
Muted variations
1#6161B8
2#6666B3
3#6B6BAE
4#6F6FA9
5#7474A4
6#7979A0
7#7E7E9B
8#838396
9#878791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAC #ACACDD | BordersInactive statesPlaceholder text |
| 400 | 8080 #8080CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5C #5C5CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4141 #41419F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3434 #34347F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2525 #25255B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E6E6F5;
--steel-blue-200: #D0D0EC;
--steel-blue-300: #ACACDD;
--steel-blue-400: #8080CB;
--steel-blue-500: #5C5CBC;
--steel-blue-600: #41419F;
--steel-blue-700: #34347F;
--steel-blue-800: #25255B;
--steel-blue-900: #18183A;
--steel-blue-950: #0F0F24;
}