Steel Blue
#7595D7
BlueColor Codes
All color formats for development
HEX
#7595D7RGB
rgb(117, 149, 215)HSL
hsl(220, 55%, 65%)OKLCH
oklch(0.673 0.105 264)CMYK
cmyk(46%, 31%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B82CF
2#416EC8
3#345FB4
4#2D519A
5#254480
6#1E3667
7#16294D
8#0F1B33
9#070E1A
Tints
Lighter variations
1#82A0DB
2#90ABDF
3#9EB5E3
4#ACC0E7
5#BACAEB
6#C8D5EF
7#D5DFF3
8#E3EAF7
9#F1F4FB
Tones
Muted variations
1#7A97D2
2#7E99CD
3#839AC8
4#889CC3
5#8D9EBE
6#929FB9
7#97A1B4
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 | CCD8 #CCD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BA #A4BAE5 | BordersInactive statesPlaceholder text |
| 400 | 7595 #7595D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D77 #4D77CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 325C #325CAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2849 #28498A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D34 #1D3463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #12213F | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | 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: #CCD8F0;
--steel-blue-300: #A4BAE5;
--steel-blue-400: #7595D7;
--steel-blue-500: #4D77CB;
--steel-blue-600: #325CAE;
--steel-blue-700: #28498A;
--steel-blue-800: #1D3463;
--steel-blue-900: #12213F;
--steel-blue-950: #0B1528;
}