Steel Blue
#5D70BB
BlueColor Codes
All color formats for development
HEX
#5D70BBRGB
rgb(93, 112, 187)HSL
hsl(228, 41%, 55%)OKLCH
oklch(0.564 0.118 271.4)CMYK
cmyk(50%, 40%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A5FB2
2#42559E
3#3A4A8A
4#323F77
5#293563
6#212A4F
7#19203B
8#111528
9#080B14
Tints
Lighter variations
1#6D7EC2
2#7E8DC9
3#8E9BD0
4#9EA9D6
5#AEB8DD
6#BEC6E4
7#CED4EB
8#DFE2F1
9#EFF1F8
Tones
Muted variations
1#6273B7
2#6776B2
3#6B78AD
4#707BA8
5#757EA4
6#79819F
7#7E849A
8#838796
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 | D0D6 #D0D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DC | BordersInactive statesPlaceholder text |
| 400 | 8190 #8190CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D70 #5D70BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4255 #42559E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3543 #35437E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #26305A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | 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: #D0D6EB;
--steel-blue-300: #ACB6DC;
--steel-blue-400: #8190CA;
--steel-blue-500: #5D70BB;
--steel-blue-600: #42559E;
--steel-blue-700: #35437E;
--steel-blue-800: #26305A;
--steel-blue-900: #181F3A;
--steel-blue-950: #0F1324;
}