Steel Blue
#5A70BF
BlueColor Codes
All color formats for development
HEX
#5A70BFRGB
rgb(90, 112, 191)HSL
hsl(227, 44%, 55%)OKLCH
oklch(0.565 0.125 270.3)CMYK
cmyk(53%, 41%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#475FB6
2#3F54A2
3#374A8D
4#2F3F79
5#273565
6#1F2A51
7#18203D
8#101528
9#080B14
Tints
Lighter variations
1#6A7EC5
2#7B8CCC
3#8B9BD2
4#9CA9D8
5#ACB7DF
6#BDC6E5
7#CDD4EC
8#DEE2F2
9#EEF1F9
Tones
Muted variations
1#5F73BA
2#6475B5
3#6978B0
4#6E7BAB
5#737EA5
6#7881A0
7#7D849B
8#828796
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB6 #ABB6DE | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A70 #5A70BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F54 #3F54A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3243 #324381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2430 #24305C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD6EC;
--steel-blue-300: #ABB6DE;
--steel-blue-400: #7E8FCD;
--steel-blue-500: #5A70BF;
--steel-blue-600: #3F54A2;
--steel-blue-700: #324381;
--steel-blue-800: #24305C;
--steel-blue-900: #171F3B;
--steel-blue-950: #0E1325;
}