Steel Blue
#7588D7
BlueColor Codes
All color formats for development
HEX
#7588D7RGB
rgb(117, 136, 215)HSL
hsl(228, 55%, 65%)OKLCH
oklch(0.646 0.12 272.4)CMYK
cmyk(46%, 37%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B72CF
2#415CC8
3#344EB4
4#2D439A
5#253880
6#1E2C67
7#16214D
8#0F1633
9#070B1A
Tints
Lighter variations
1#8294DB
2#90A0DF
3#9EACE3
4#ACB8E7
5#BAC4EB
6#C8D0EF
7#D5DBF3
8#E3E7F7
9#F1F3FB
Tones
Muted variations
1#7A8BD2
2#7E8ECD
3#8391C8
4#8894C3
5#8D97BE
6#929AB9
7#979DB4
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 | CCD3 #CCD3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B1 #A4B1E5 | BordersInactive statesPlaceholder text |
| 400 | 7588 #7588D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D66 #4D66CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 324B #324BAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 283C #283C8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2B #1D2B63 | 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: #CCD3F0;
--steel-blue-300: #A4B1E5;
--steel-blue-400: #7588D7;
--steel-blue-500: #4D66CB;
--steel-blue-600: #324BAE;
--steel-blue-700: #283C8A;
--steel-blue-800: #1D2B63;
--steel-blue-900: #121B3F;
--steel-blue-950: #0B1128;
}