Steel Blue
#7583D7
BlueColor Codes
All color formats for development
HEX
#7583D7RGB
rgb(117, 131, 215)HSL
hsl(231, 55%, 65%)OKLCH
oklch(0.636 0.127 275)CMYK
cmyk(46%, 39%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6CCF
2#4155C8
3#3447B4
4#2D3D9A
5#253380
6#1E2967
7#161F4D
8#0F1433
9#070A1A
Tints
Lighter variations
1#8290DB
2#909CDF
3#9EA8E3
4#ACB5E7
5#BAC1EB
6#C8CEEF
7#D5DAF3
8#E3E6F7
9#F1F3FB
Tones
Muted variations
1#7A87D2
2#7E8ACD
3#838EC8
4#8891C3
5#8D95BE
6#9298B9
7#979BB4
8#9C9FB0
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD1 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AE #A4AEE5 | BordersInactive statesPlaceholder text |
| 400 | 7583 #7583D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D60 #4D60CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3245 #3245AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2837 #28378A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D27 #1D2763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1219 #12193F | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F4FC;
--steel-blue-100: #E3E6F7;
--steel-blue-200: #CCD1F0;
--steel-blue-300: #A4AEE5;
--steel-blue-400: #7583D7;
--steel-blue-500: #4D60CB;
--steel-blue-600: #3245AE;
--steel-blue-700: #28378A;
--steel-blue-800: #1D2763;
--steel-blue-900: #12193F;
--steel-blue-950: #0B1028;
}