Steel Blue
#7587D7
BlueColor Codes
All color formats for development
HEX
#7587D7RGB
rgb(117, 135, 215)HSL
hsl(229, 55%, 65%)OKLCH
oklch(0.644 0.122 272.9)CMYK
cmyk(46%, 37%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B70CF
2#415AC8
3#344CB4
4#2D419A
5#253680
6#1E2B67
7#16204D
8#0F1633
9#070B1A
Tints
Lighter variations
1#8293DB
2#909FDF
3#9EABE3
4#ACB7E7
5#BAC3EB
6#C8CFEF
7#D5DBF3
8#E3E7F7
9#F1F3FB
Tones
Muted variations
1#7A8AD2
2#7E8DCD
3#8390C8
4#8893C3
5#8D96BE
6#9299B9
7#979CB4
8#9CA0B0
9#A1A3AB
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 | A4B0 #A4B0E5 | BordersInactive statesPlaceholder text |
| 400 | 7587 #7587D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D64 #4D64CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3249 #3249AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 283A #283A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2A #1D2A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121B #121B3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | 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: #A4B0E5;
--steel-blue-400: #7587D7;
--steel-blue-500: #4D64CB;
--steel-blue-600: #3249AE;
--steel-blue-700: #283A8A;
--steel-blue-800: #1D2A63;
--steel-blue-900: #121B3F;
--steel-blue-950: #0B1128;
}