Steel Blue
#5C71BC
BlueColor Codes
All color formats for development
HEX
#5C71BCRGB
rgb(92, 113, 188)HSL
hsl(227, 42%, 55%)OKLCH
oklch(0.566 0.119 270.4)CMYK
cmyk(51%, 40%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4960B3
2#41559F
3#394B8B
4#314077
5#293564
6#212B50
7#18203C
8#101528
9#080B14
Tints
Lighter variations
1#6C7FC3
2#7D8DCA
3#8D9CD0
4#9DAAD7
5#AEB8DE
6#BEC6E4
7#CED4EB
8#DEE3F2
9#EFF1F8
Tones
Muted variations
1#6174B8
2#6676B3
3#6B79AE
4#6F7CA9
5#747FA4
6#7981A0
7#7E849B
8#838796
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DD | BordersInactive statesPlaceholder text |
| 400 | 8091 #8091CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C71 #5C71BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4155 #41559F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3444 #34447F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2531 #25315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E6E9F5;
--steel-blue-200: #D0D6EC;
--steel-blue-300: #ACB6DD;
--steel-blue-400: #8091CB;
--steel-blue-500: #5C71BC;
--steel-blue-600: #41559F;
--steel-blue-700: #34447F;
--steel-blue-800: #25315B;
--steel-blue-900: #181F3A;
--steel-blue-950: #0F1324;
}