Steel Blue
#7495D8
BlueColor Codes
All color formats for development
HEX
#7495D8RGB
rgb(116, 149, 216)HSL
hsl(220, 56%, 65%)OKLCH
oklch(0.673 0.107 263.7)CMYK
cmyk(46%, 31%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A81D0
2#406EC9
3#335EB5
4#2C519B
5#244381
6#1D3667
7#16284E
8#0F1B34
9#070D1A
Tints
Lighter variations
1#82A0DC
2#90AAE0
3#9EB5E4
4#ABBFE7
5#B9CAEB
6#C7D5EF
7#D5DFF3
8#E3EAF7
9#F1F4FB
Tones
Muted variations
1#7997D3
2#7E98CE
3#839AC9
4#889CC4
5#8D9DBF
6#929FBA
7#97A1B5
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 | CBD8 #CBD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B9 #A4B9E5 | BordersInactive statesPlaceholder text |
| 400 | 7495 #7495D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C77 #4C77CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 315B #315BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2749 #27498B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C34 #1C3463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #122140 | 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: #CBD8F0;
--steel-blue-300: #A4B9E5;
--steel-blue-400: #7495D8;
--steel-blue-500: #4C77CD;
--steel-blue-600: #315BAF;
--steel-blue-700: #27498B;
--steel-blue-800: #1C3463;
--steel-blue-900: #122140;
--steel-blue-950: #0B1528;
}