Steel Blue
#5E6BBA
BlueColor Codes
All color formats for development
HEX
#5E6BBARGB
rgb(94, 107, 186)HSL
hsl(232, 40%, 55%)OKLCH
oklch(0.554 0.123 274.6)CMYK
cmyk(49%, 42%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C59B1
2#434F9D
3#3B4589
4#323B76
5#2A3262
6#22284F
7#191E3B
8#111427
9#080A14
Tints
Lighter variations
1#6E79C1
2#7E88C8
3#8F97CF
4#9FA6D6
5#AFB5DD
6#BFC4E3
7#CFD2EA
8#DFE1F1
9#EFF0F8
Tones
Muted variations
1#636EB6
2#6871B1
3#6C75AC
4#7178A8
5#757BA3
6#7A7F9F
7#7E829A
8#838695
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 | ADB3 #ADB3DC | BordersInactive statesPlaceholder text |
| 400 | 828C #828CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6B #5E6BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434F #434F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363F #363F7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D39 | 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: #ADB3DC;
--steel-blue-400: #828CC9;
--steel-blue-500: #5E6BBA;
--steel-blue-600: #434F9D;
--steel-blue-700: #363F7D;
--steel-blue-800: #262D59;
--steel-blue-900: #181D39;
--steel-blue-950: #0F1224;
}