Steel Blue
#5E6CBA
BlueColor Codes
All color formats for development
HEX
#5E6CBARGB
rgb(94, 108, 186)HSL
hsl(231, 40%, 55%)OKLCH
oklch(0.556 0.122 274.1)CMYK
cmyk(49%, 42%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5BB1
2#43519D
3#3B4789
4#323D76
5#2A3262
6#22284F
7#191E3B
8#111427
9#080A14
Tints
Lighter variations
1#6E7BC1
2#7E89C8
3#8F98CF
4#9FA7D6
5#AFB6DD
6#BFC4E3
7#CFD3EA
8#DFE2F1
9#EFF0F8
Tones
Muted variations
1#636FB6
2#6873B1
3#6C76AC
4#7179A8
5#757CA3
6#7A7F9F
7#7E839A
8#838695
9#888991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DC | BordersInactive statesPlaceholder text |
| 400 | 828D #828DC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6C #5E6CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4351 #43519D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262E #262E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E8F4;
--steel-blue-200: #D1D5EB;
--steel-blue-300: #ADB4DC;
--steel-blue-400: #828DC9;
--steel-blue-500: #5E6CBA;
--steel-blue-600: #43519D;
--steel-blue-700: #36407D;
--steel-blue-800: #262E59;
--steel-blue-900: #181D39;
--steel-blue-950: #0F1224;
}