Steel Blue
#5E5EBA
BlueColor Codes
All color formats for development
HEX
#5E5EBARGB
rgb(94, 94, 186)HSL
hsl(240, 40%, 55%)OKLCH
oklch(0.528 0.141 280.4)CMYK
cmyk(49%, 49%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C4CB1
2#43439D
3#3B3B89
4#323276
5#2A2A62
6#22224F
7#19193B
8#111127
9#080814
Tints
Lighter variations
1#6E6EC1
2#7E7EC8
3#8F8FCF
4#9F9FD6
5#AFAFDD
6#BFBFE3
7#CFCFEA
8#DFDFF1
9#EFEFF8
Tones
Muted variations
1#6363B6
2#6868B1
3#6C6CAC
4#7171A8
5#7575A3
6#7A7A9F
7#7E7E9A
8#838395
9#888891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAD #ADADDC | BordersInactive statesPlaceholder text |
| 400 | 8282 #8282C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E5E #5E5EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4343 #43439D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #262659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #181839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FA;
--steel-blue-100: #E6E6F4;
--steel-blue-200: #D1D1EB;
--steel-blue-300: #ADADDC;
--steel-blue-400: #8282C9;
--steel-blue-500: #5E5EBA;
--steel-blue-600: #43439D;
--steel-blue-700: #36367D;
--steel-blue-800: #262659;
--steel-blue-900: #181839;
--steel-blue-950: #0F0F24;
}