Steel Blue
#5E68BA
BlueColor Codes
All color formats for development
HEX
#5E68BARGB
rgb(94, 104, 186)HSL
hsl(233, 40%, 55%)OKLCH
oklch(0.548 0.127 276.1)CMYK
cmyk(49%, 44%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C58B1
2#434E9D
3#3B4489
4#323A76
5#2A3162
6#22274F
7#191D3B
8#111327
9#080A14
Tints
Lighter variations
1#6E78C1
2#7E87C8
3#8F96CF
4#9FA5D6
5#AFB4DD
6#BFC3E3
7#CFD2EA
8#DFE1F1
9#EFF0F8
Tones
Muted variations
1#636DB6
2#6870B1
3#6C74AC
4#7177A8
5#757BA3
6#7A7E9F
7#7E829A
8#838595
9#888991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DC | BordersInactive statesPlaceholder text |
| 400 | 828A #828AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E69 #5E69BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434E #434E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363E #363E7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262C #262C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E8F4;
--steel-blue-200: #D1D4EB;
--steel-blue-300: #ADB2DC;
--steel-blue-400: #828AC9;
--steel-blue-500: #5E69BA;
--steel-blue-600: #434E9D;
--steel-blue-700: #363E7D;
--steel-blue-800: #262C59;
--steel-blue-900: #181C39;
--steel-blue-950: #0F1224;
}