Steel Blue
#7585D7
BlueColor Codes
All color formats for development
HEX
#7585D7RGB
rgb(117, 133, 215)HSL
hsl(230, 55%, 65%)OKLCH
oklch(0.64 0.124 274)CMYK
cmyk(46%, 38%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6ECF
2#4158C8
3#3449B4
4#2D3F9A
5#253480
6#1E2A67
7#161F4D
8#0F1533
9#070A1A
Tints
Lighter variations
1#8291DB
2#909DDF
3#9EAAE3
4#ACB6E7
5#BAC2EB
6#C8CEEF
7#D5DAF3
8#E3E7F7
9#F1F3FB
Tones
Muted variations
1#7A88D2
2#7E8CCD
3#838FC8
4#8892C3
5#8D95BE
6#9299B9
7#979CB4
8#9C9FB0
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AF #A4AFE5 | BordersInactive statesPlaceholder text |
| 400 | 7585 #7585D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D62 #4D62CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3247 #3247AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2839 #28398A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D28 #1D2863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121A #121A3F | 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: #F3F5FC;
--steel-blue-100: #E3E7F7;
--steel-blue-200: #CCD2F0;
--steel-blue-300: #A4AFE5;
--steel-blue-400: #7585D7;
--steel-blue-500: #4D62CB;
--steel-blue-600: #3247AE;
--steel-blue-700: #28398A;
--steel-blue-800: #1D2863;
--steel-blue-900: #121A3F;
--steel-blue-950: #0B1028;
}