Steel Blue
#5E6EBA
BlueColor Codes
All color formats for development
HEX
#5E6EBARGB
rgb(94, 110, 186)HSL
hsl(230, 40%, 55%)OKLCH
oklch(0.56 0.119 273)CMYK
cmyk(49%, 41%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5DB1
2#43529D
3#3B4889
4#323E76
5#2A3362
6#22294F
7#191F3B
8#111527
9#080A14
Tints
Lighter variations
1#6E7CC1
2#7E8BC8
3#8F99CF
4#9FA8D6
5#AFB6DD
6#BFC5E3
7#CFD3EA
8#DFE2F1
9#EFF0F8
Tones
Muted variations
1#6371B6
2#6874B1
3#6C77AC
4#717AA8
5#757DA3
6#7A809F
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 | ADB5 #ADB5DC | BordersInactive statesPlaceholder text |
| 400 | 828E #828EC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6E #5E6EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4352 #43529D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3641 #36417D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262F #262F59 | 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: #E6E8F4;
--steel-blue-200: #D1D5EB;
--steel-blue-300: #ADB5DC;
--steel-blue-400: #828EC9;
--steel-blue-500: #5E6EBA;
--steel-blue-600: #43529D;
--steel-blue-700: #36417D;
--steel-blue-800: #262F59;
--steel-blue-900: #181E39;
--steel-blue-950: #0F1324;
}