Steel Blue
#5C77BC
BlueColor Codes
All color formats for development
HEX
#5C77BCRGB
rgb(92, 119, 188)HSL
hsl(223, 42%, 55%)OKLCH
oklch(0.579 0.111 266.8)CMYK
cmyk(51%, 37%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4967B3
2#415C9F
3#39508B
4#314577
5#293964
6#212E50
7#18223C
8#101728
9#080B14
Tints
Lighter variations
1#6C85C3
2#7D92CA
3#8DA0D0
4#9DAED7
5#AEBBDE
6#BEC9E4
7#CED6EB
8#DEE4F2
9#EFF1F8
Tones
Muted variations
1#6179B8
2#667CB3
3#6B7EAE
4#6F80A9
5#7482A4
6#7984A0
7#7E869B
8#838896
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 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADD | BordersInactive statesPlaceholder text |
| 400 | 8096 #8096CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C77 #5C77BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415C #415C9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3449 #34497F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2534 #25345B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | 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: #D0D8EC;
--steel-blue-300: #ACBADD;
--steel-blue-400: #8096CB;
--steel-blue-500: #5C77BC;
--steel-blue-600: #415C9F;
--steel-blue-700: #34497F;
--steel-blue-800: #25345B;
--steel-blue-900: #18213A;
--steel-blue-950: #0F1524;
}