Steel Blue
#7493D8
BlueColor Codes
All color formats for development
HEX
#7493D8RGB
rgb(116, 147, 216)HSL
hsl(221, 56%, 65%)OKLCH
oklch(0.668 0.109 265.1)CMYK
cmyk(46%, 32%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A7FD0
2#406BC9
3#335CB5
4#2C4F9B
5#244281
6#1D3567
7#16284E
8#0F1A34
9#070D1A
Tints
Lighter variations
1#829EDC
2#90A9E0
3#9EB4E4
4#ABBEE7
5#B9C9EB
6#C7D4EF
7#D5DFF3
8#E3E9F7
9#F1F4FB
Tones
Muted variations
1#7995D3
2#7E97CE
3#8399C9
4#889BC4
5#8D9DBF
6#929EBA
7#97A0B5
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 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B8 #A4B8E5 | BordersInactive statesPlaceholder text |
| 400 | 7493 #7493D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C75 #4C75CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3159 #3159AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2747 #27478B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C33 #1C3363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | 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: #E3E9F7;
--steel-blue-200: #CBD7F0;
--steel-blue-300: #A4B8E5;
--steel-blue-400: #7493D8;
--steel-blue-500: #4C75CD;
--steel-blue-600: #3159AF;
--steel-blue-700: #27478B;
--steel-blue-800: #1C3363;
--steel-blue-900: #122040;
--steel-blue-950: #0B1428;
}