Steel Blue
#5C5FBC
BlueColor Codes
All color formats for development
HEX
#5C5FBCRGB
rgb(92, 95, 188)HSL
hsl(238, 42%, 55%)OKLCH
oklch(0.53 0.143 278.9)CMYK
cmyk(51%, 49%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494DB3
2#41449F
3#393C8B
4#313377
5#292B64
6#212250
7#181A3C
8#101128
9#080914
Tints
Lighter variations
1#6C6FC3
2#7D7FCA
3#8D8FD0
4#9D9FD7
5#AEAFDE
6#BEBFE4
7#CECFEB
8#DEDFF2
9#EFEFF8
Tones
Muted variations
1#6164B8
2#6668B3
3#6B6DAE
4#6F71A9
5#7476A4
6#797AA0
7#7E7F9B
8#838396
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAD #ACADDD | BordersInactive statesPlaceholder text |
| 400 | 8083 #8083CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5F #5C5FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4144 #41449F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3436 #34367F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2527 #25275B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E6E6F5;
--steel-blue-200: #D0D1EC;
--steel-blue-300: #ACADDD;
--steel-blue-400: #8083CB;
--steel-blue-500: #5C5FBC;
--steel-blue-600: #41449F;
--steel-blue-700: #34367F;
--steel-blue-800: #25275B;
--steel-blue-900: #18193A;
--steel-blue-950: #0F1024;
}