Steel Blue
#5C74BC
BlueColor Codes
All color formats for development
HEX
#5C74BCRGB
rgb(92, 116, 188)HSL
hsl(225, 42%, 55%)OKLCH
oklch(0.573 0.115 268.7)CMYK
cmyk(51%, 38%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4964B3
2#41599F
3#394E8B
4#314277
5#293764
6#212C50
7#18213C
8#101628
9#080B14
Tints
Lighter variations
1#6C82C3
2#7D90CA
3#8D9ED0
4#9DACD7
5#AEBADE
6#BEC7E4
7#CED5EB
8#DEE3F2
9#EFF1F8
Tones
Muted variations
1#6177B8
2#6679B3
3#6B7BAE
4#6F7EA9
5#7480A4
6#7983A0
7#7E859B
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 | D0D7 #D0D7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DD | BordersInactive statesPlaceholder text |
| 400 | 8093 #8093CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C74 #5C74BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4159 #41599F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3447 #34477F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2532 #25325B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | 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: #D0D7EC;
--steel-blue-300: #ACB8DD;
--steel-blue-400: #8093CB;
--steel-blue-500: #5C74BC;
--steel-blue-600: #41599F;
--steel-blue-700: #34477F;
--steel-blue-800: #25325B;
--steel-blue-900: #18203A;
--steel-blue-950: #0F1424;
}