Steel Blue
#5A73BF
BlueColor Codes
All color formats for development
HEX
#5A73BFRGB
rgb(90, 115, 191)HSL
hsl(225, 44%, 55%)OKLCH
oklch(0.571 0.121 268.6)CMYK
cmyk(53%, 40%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4762B6
2#3F58A2
3#374D8D
4#2F4279
5#273765
6#1F2C51
7#18213D
8#101628
9#080B14
Tints
Lighter variations
1#6A81C5
2#7B8FCC
3#8B9DD2
4#9CABD8
5#ACB9DF
6#BDC7E5
7#CDD5EC
8#DEE3F2
9#EEF1F9
Tones
Muted variations
1#5F76BA
2#6478B5
3#697BB0
4#6E7DAB
5#7380A5
6#7882A0
7#7D859B
8#828796
9#878A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E92 #7E92CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A73 #5A73BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F58 #3F58A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3246 #324681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2432 #24325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1720 #17203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD7EC;
--steel-blue-300: #ABB7DE;
--steel-blue-400: #7E92CD;
--steel-blue-500: #5A73BF;
--steel-blue-600: #3F58A2;
--steel-blue-700: #324681;
--steel-blue-800: #24325C;
--steel-blue-900: #17203B;
--steel-blue-950: #0E1425;
}