Steel Blue
#5D6EBB
BlueColor Codes
All color formats for development
HEX
#5D6EBBRGB
rgb(93, 110, 187)HSL
hsl(229, 41%, 55%)OKLCH
oklch(0.56 0.121 272.6)CMYK
cmyk(50%, 41%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A5DB2
2#42539E
3#3A498A
4#323E77
5#293463
6#212A4F
7#191F3B
8#111528
9#080A14
Tints
Lighter variations
1#6D7DC2
2#7E8BC9
3#8E9AD0
4#9EA8D6
5#AEB7DD
6#BEC5E4
7#CED4EB
8#DFE2F1
9#EFF1F8
Tones
Muted variations
1#6271B7
2#6774B2
3#6B77AD
4#707AA8
5#757DA4
6#79809F
7#7E839A
8#838696
9#888991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB5 #ACB5DC | BordersInactive statesPlaceholder text |
| 400 | 818F #818FCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6E #5D6EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4253 #42539E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3542 #35427E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262F #262F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D0D5EB;
--steel-blue-300: #ACB5DC;
--steel-blue-400: #818FCA;
--steel-blue-500: #5D6EBB;
--steel-blue-600: #42539E;
--steel-blue-700: #35427E;
--steel-blue-800: #262F5A;
--steel-blue-900: #181E3A;
--steel-blue-950: #0F1324;
}