Steel Blue
#7594D7
BlueColor Codes
All color formats for development
HEX
#7594D7RGB
rgb(117, 148, 215)HSL
hsl(221, 55%, 65%)OKLCH
oklch(0.671 0.106 264.7)CMYK
cmyk(46%, 31%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B80CF
2#416CC8
3#345DB4
4#2D4F9A
5#254280
6#1E3567
7#16284D
8#0F1A33
9#070D1A
Tints
Lighter variations
1#829EDB
2#90A9DF
3#9EB4E3
4#ACBFE7
5#BAC9EB
6#C8D4EF
7#D5DFF3
8#E3EAF7
9#F1F4FB
Tones
Muted variations
1#7A96D2
2#7E97CD
3#8399C8
4#889BC3
5#8D9DBE
6#929FB9
7#97A0B4
8#9CA2B0
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B9 #A4B9E5 | BordersInactive statesPlaceholder text |
| 400 | 7594 #7594D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D75 #4D75CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 325A #325AAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2847 #28478A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D33 #1D3363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #12213F | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF7;
--steel-blue-200: #CCD7F0;
--steel-blue-300: #A4B9E5;
--steel-blue-400: #7594D7;
--steel-blue-500: #4D75CB;
--steel-blue-600: #325AAE;
--steel-blue-700: #28478A;
--steel-blue-800: #1D3363;
--steel-blue-900: #12213F;
--steel-blue-950: #0B1428;
}