Steel Blue
#5C5EBC
BlueColor Codes
All color formats for development
HEX
#5C5EBCRGB
rgb(92, 94, 188)HSL
hsl(239, 42%, 55%)OKLCH
oklch(0.528 0.144 279.3)CMYK
cmyk(51%, 50%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494BB3
2#41439F
3#393A8B
4#313277
5#292A64
6#212150
7#18193C
8#101128
9#080814
Tints
Lighter variations
1#6C6EC3
2#7D7ECA
3#8D8ED0
4#9D9ED7
5#AEAEDE
6#BEBEE4
7#CECFEB
8#DEDFF2
9#EFEFF8
Tones
Muted variations
1#6162B8
2#6667B3
3#6B6CAE
4#6F70A9
5#7475A4
6#797AA0
7#7E7E9B
8#838396
9#878891
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 | ACAD #ACADDD | BordersInactive statesPlaceholder text |
| 400 | 8082 #8082CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5E #5C5EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4143 #41439F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3435 #34357F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2526 #25265B | 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: #ACADDD;
--steel-blue-400: #8082CB;
--steel-blue-500: #5C5EBC;
--steel-blue-600: #41439F;
--steel-blue-700: #34357F;
--steel-blue-800: #25265B;
--steel-blue-900: #18183A;
--steel-blue-950: #0F0F24;
}