Steel Blue
#7492D8
BlueColor Codes
All color formats for development
HEX
#7492D8RGB
rgb(116, 146, 216)HSL
hsl(222, 56%, 65%)OKLCH
oklch(0.666 0.11 265.8)CMYK
cmyk(46%, 32%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A7DD0
2#4069C9
3#335AB5
4#2C4D9B
5#244081
6#1D3367
7#16274E
8#0F1A34
9#070D1A
Tints
Lighter variations
1#829DDC
2#90A8E0
3#9EB3E4
4#ABBDE7
5#B9C8EB
6#C7D3EF
7#D5DEF3
8#E3E9F7
9#F1F4FB
Tones
Muted variations
1#7994D3
2#7E96CE
3#8398C9
4#889AC4
5#8D9CBF
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 | CBD6 #CBD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7492 #7492D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C73 #4C73CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3157 #3157AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2745 #27458B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C31 #1C3163 | 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: #CBD6F0;
--steel-blue-300: #A4B7E5;
--steel-blue-400: #7492D8;
--steel-blue-500: #4C73CD;
--steel-blue-600: #3157AF;
--steel-blue-700: #27458B;
--steel-blue-800: #1C3163;
--steel-blue-900: #122040;
--steel-blue-950: #0B1428;
}