Steel Blue
#5E63BA
BlueColor Codes
All color formats for development
HEX
#5E63BARGB
rgb(94, 99, 186)HSL
hsl(237, 40%, 55%)OKLCH
oklch(0.538 0.134 278.4)CMYK
cmyk(49%, 47%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C51B1
2#43489D
3#3B3F89
4#323676
5#2A2D62
6#22244F
7#191B3B
8#111227
9#080914
Tints
Lighter variations
1#6E73C1
2#7E82C8
3#8F92CF
4#9FA1D6
5#AFB1DD
6#BFC1E3
7#CFD0EA
8#DFE0F1
9#EFEFF8
Tones
Muted variations
1#6367B6
2#686BB1
3#6C6FAC
4#7173A8
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 | ADAF #ADAFDC | BordersInactive statesPlaceholder text |
| 400 | 8286 #8286C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E63 #5E63BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4348 #43489D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2629 #262959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | 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: #ADAFDC;
--steel-blue-400: #8286C9;
--steel-blue-500: #5E63BA;
--steel-blue-600: #43489D;
--steel-blue-700: #36397D;
--steel-blue-800: #262959;
--steel-blue-900: #181A39;
--steel-blue-950: #0F1024;
}