Steel Blue
#5E66BA
BlueColor Codes
All color formats for development
HEX
#5E66BARGB
rgb(94, 102, 186)HSL
hsl(235, 40%, 55%)OKLCH
oklch(0.544 0.13 277.1)CMYK
cmyk(49%, 45%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C54B1
2#434B9D
3#3B4189
4#323876
5#2A2F62
6#22254F
7#191C3B
8#111327
9#080914
Tints
Lighter variations
1#6E75C1
2#7E85C8
3#8F94CF
4#9FA3D6
5#AFB3DD
6#BFC2E3
7#CFD1EA
8#DFE0F1
9#EFF0F8
Tones
Muted variations
1#636AB6
2#686EB1
3#6C71AC
4#7175A8
5#7579A3
6#7A7D9F
7#7E819A
8#838595
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 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DC | BordersInactive statesPlaceholder text |
| 400 | 8288 #8288C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E66 #5E66BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434B #434B9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363C #363C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | 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: #D1D3EB;
--steel-blue-300: #ADB1DC;
--steel-blue-400: #8288C9;
--steel-blue-500: #5E66BA;
--steel-blue-600: #434B9D;
--steel-blue-700: #363C7D;
--steel-blue-800: #262B59;
--steel-blue-900: #181B39;
--steel-blue-950: #0F1124;
}