Steel Blue
#5D75BB
BlueColor Codes
All color formats for development
HEX
#5D75BBRGB
rgb(93, 117, 187)HSL
hsl(225, 41%, 55%)OKLCH
oklch(0.575 0.112 268.4)CMYK
cmyk(50%, 37%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A64B2
2#42599E
3#3A4E8A
4#324377
5#293863
6#212D4F
7#19213B
8#111628
9#080B14
Tints
Lighter variations
1#6D83C2
2#7E90C9
3#8E9ED0
4#9EACD6
5#AEBADD
6#BEC8E4
7#CED6EB
8#DFE3F1
9#EFF1F8
Tones
Muted variations
1#6277B7
2#6779B2
3#6B7CAD
4#707EA8
5#7580A4
6#79839F
7#7E859A
8#838896
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 | 8193 #8193CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D75 #5D75BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4259 #42599E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3547 #35477E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2633 #26335A | 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: #8193CA;
--steel-blue-500: #5D75BB;
--steel-blue-600: #42599E;
--steel-blue-700: #35477E;
--steel-blue-800: #26335A;
--steel-blue-900: #18203A;
--steel-blue-950: #0F1424;
}