Steel Blue
#5C7BBC
BlueColor Codes
All color formats for development
HEX
#5C7BBCRGB
rgb(92, 123, 188)HSL
hsl(221, 42%, 55%)OKLCH
oklch(0.588 0.106 264)CMYK
cmyk(51%, 35%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#496BB3
2#415F9F
3#39538B
4#314777
5#293B64
6#212F50
7#18243C
8#101828
9#080C14
Tints
Lighter variations
1#6C88C3
2#7D95CA
3#8DA2D0
4#9DB0D7
5#AEBDDE
6#BECAE4
7#CED7EB
8#DEE5F2
9#EFF2F8
Tones
Muted variations
1#617CB8
2#667EB3
3#6B80AE
4#6F82A9
5#7483A4
6#7985A0
7#7E879B
8#838996
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBB #ACBBDD | BordersInactive statesPlaceholder text |
| 400 | 8098 #8098CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C7B #5C7BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415F #415F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344C #344C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2536 #25365B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E6EAF5;
--steel-blue-200: #D0D9EC;
--steel-blue-300: #ACBBDD;
--steel-blue-400: #8098CB;
--steel-blue-500: #5C7BBC;
--steel-blue-600: #415F9F;
--steel-blue-700: #344C7F;
--steel-blue-800: #25365B;
--steel-blue-900: #18233A;
--steel-blue-950: #0F1624;
}