Steel Blue
#5C66BC
BlueColor Codes
All color formats for development
HEX
#5C66BCRGB
rgb(92, 102, 188)HSL
hsl(234, 42%, 55%)OKLCH
oklch(0.544 0.133 276)CMYK
cmyk(51%, 46%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4954B3
2#414B9F
3#39418B
4#313877
5#292F64
6#212550
7#181C3C
8#101328
9#080914
Tints
Lighter variations
1#6C75C3
2#7D84CA
3#8D94D0
4#9DA3D7
5#AEB2DE
6#BEC2E4
7#CED1EB
8#DEE0F2
9#EFF0F8
Tones
Muted variations
1#616AB8
2#666DB3
3#6B71AE
4#6F75A9
5#7479A4
6#797DA0
7#7E819B
8#838596
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB1 #ACB1DD | BordersInactive statesPlaceholder text |
| 400 | 8088 #8088CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C66 #5C66BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 414B #414B9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 343B #343B7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252A #252A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E6E7F5;
--steel-blue-200: #D0D3EC;
--steel-blue-300: #ACB1DD;
--steel-blue-400: #8088CB;
--steel-blue-500: #5C66BC;
--steel-blue-600: #414B9F;
--steel-blue-700: #343B7F;
--steel-blue-800: #252A5B;
--steel-blue-900: #181B3A;
--steel-blue-950: #0F1124;
}