Steel Blue
#5E61BA
BlueColor Codes
All color formats for development
HEX
#5E61BARGB
rgb(94, 97, 186)HSL
hsl(238, 40%, 55%)OKLCH
oklch(0.534 0.137 279.2)CMYK
cmyk(49%, 48%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C4FB1
2#43469D
3#3B3E89
4#323576
5#2A2C62
6#22234F
7#191A3B
8#111227
9#080914
Tints
Lighter variations
1#6E71C1
2#7E81C8
3#8F91CF
4#9FA0D6
5#AFB0DD
6#BFC0E3
7#CFD0EA
8#DFDFF1
9#EFEFF8
Tones
Muted variations
1#6366B6
2#686AB1
3#6C6EAC
4#7173A8
5#7577A3
6#7A7B9F
7#7E7F9A
8#838495
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 | 8284 #8284C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E61 #5E61BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4346 #43469D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3638 #36387D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2628 #262859 | 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: #F4F4FA;
--steel-blue-100: #E6E6F4;
--steel-blue-200: #D1D1EB;
--steel-blue-300: #ADAEDC;
--steel-blue-400: #8284C9;
--steel-blue-500: #5E61BA;
--steel-blue-600: #43469D;
--steel-blue-700: #36387D;
--steel-blue-800: #262859;
--steel-blue-900: #181A39;
--steel-blue-950: #0F1024;
}