Steel Blue
#5D73BB
BlueColor Codes
All color formats for development
HEX
#5D73BBRGB
rgb(93, 115, 187)HSL
hsl(226, 41%, 55%)OKLCH
oklch(0.571 0.114 269.7)CMYK
cmyk(50%, 39%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A63B2
2#42589E
3#3A4D8A
4#324277
5#293763
6#212C4F
7#19213B
8#111628
9#080B14
Tints
Lighter variations
1#6D81C2
2#7E8FC9
3#8E9DD0
4#9EABD6
5#AEB9DD
6#BEC7E4
7#CED5EB
8#DFE3F1
9#EFF1F8
Tones
Muted variations
1#6276B7
2#6778B2
3#6B7BAD
4#707DA8
5#7580A4
6#79829F
7#7E859A
8#838796
9#888A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D7 #D0D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DC | BordersInactive statesPlaceholder text |
| 400 | 8192 #8192CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D73 #5D73BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4258 #42589E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3546 #35467E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #26325A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D0D7EB;
--steel-blue-300: #ACB8DC;
--steel-blue-400: #8192CA;
--steel-blue-500: #5D73BB;
--steel-blue-600: #42589E;
--steel-blue-700: #35467E;
--steel-blue-800: #26325A;
--steel-blue-900: #18203A;
--steel-blue-950: #0F1424;
}