Steel Blue
#5E64BA
BlueColor Codes
All color formats for development
HEX
#5E64BARGB
rgb(94, 100, 186)HSL
hsl(236, 40%, 55%)OKLCH
oklch(0.54 0.133 278)CMYK
cmyk(49%, 46%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C52B1
2#43499D
3#3B4089
4#323776
5#2A2E62
6#22254F
7#191B3B
8#111227
9#080914
Tints
Lighter variations
1#6E74C1
2#7E83C8
3#8F93CF
4#9FA2D6
5#AFB2DD
6#BFC1E3
7#CFD1EA
8#DFE0F1
9#EFF0F8
Tones
Muted variations
1#6368B6
2#686CB1
3#6C70AC
4#7174A8
5#7578A3
6#7A7C9F
7#7E809A
8#838495
9#888891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB0 #ADB0DC | BordersInactive statesPlaceholder text |
| 400 | 8287 #8287C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E64 #5E64BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4349 #43499D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262A #262A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E7F4;
--steel-blue-200: #D1D2EB;
--steel-blue-300: #ADB0DC;
--steel-blue-400: #8287C9;
--steel-blue-500: #5E64BA;
--steel-blue-600: #43499D;
--steel-blue-700: #363A7D;
--steel-blue-800: #262A59;
--steel-blue-900: #181B39;
--steel-blue-950: #0F1124;
}