Steel Blue
#5E6FBA
BlueColor Codes
All color formats for development
HEX
#5E6FBARGB
rgb(94, 111, 186)HSL
hsl(229, 40%, 55%)OKLCH
oklch(0.562 0.118 272.5)CMYK
cmyk(49%, 40%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5EB1
2#43549D
3#3B4989
4#323F76
5#2A3462
6#222A4F
7#191F3B
8#111527
9#080A14
Tints
Lighter variations
1#6E7EC1
2#7E8CC8
3#8F9ACF
4#9FA9D6
5#AFB7DD
6#BFC5E3
7#CFD4EA
8#DFE2F1
9#EFF1F8
Tones
Muted variations
1#6372B6
2#6875B1
3#6C78AC
4#717BA8
5#757EA3
6#7A819F
7#7E849A
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 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB5 #ADB5DC | BordersInactive statesPlaceholder text |
| 400 | 828F #828FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6F #5E6FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4354 #43549D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3643 #36437D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #263059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D1D5EB;
--steel-blue-300: #ADB5DC;
--steel-blue-400: #828FC9;
--steel-blue-500: #5E6FBA;
--steel-blue-600: #43549D;
--steel-blue-700: #36437D;
--steel-blue-800: #263059;
--steel-blue-900: #181E39;
--steel-blue-950: #0F1324;
}