Steel Blue
#5E60BA
BlueColor Codes
All color formats for development
HEX
#5E60BARGB
rgb(94, 96, 186)HSL
hsl(239, 40%, 55%)OKLCH
oklch(0.532 0.138 279.6)CMYK
cmyk(49%, 48%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C4DB1
2#43459D
3#3B3C89
4#323476
5#2A2B62
6#22224F
7#191A3B
8#111127
9#080914
Tints
Lighter variations
1#6E70C1
2#7E80C8
3#8F90CF
4#9FA0D6
5#AFAFDD
6#BFBFE3
7#CFCFEA
8#DFDFF1
9#EFEFF8
Tones
Muted variations
1#6364B6
2#6869B1
3#6C6DAC
4#7172A8
5#7576A3
6#7A7B9F
7#7E7F9A
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 | ADAE #ADAEDC | BordersInactive statesPlaceholder text |
| 400 | 8283 #8283C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E60 #5E60BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4345 #43459D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3637 #36377D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #262759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #181939 | 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: #F4F4FA;
--steel-blue-100: #E6E6F4;
--steel-blue-200: #D1D1EB;
--steel-blue-300: #ADAEDC;
--steel-blue-400: #8283C9;
--steel-blue-500: #5E60BA;
--steel-blue-600: #43459D;
--steel-blue-700: #36377D;
--steel-blue-800: #262759;
--steel-blue-900: #181939;
--steel-blue-950: #0F1024;
}