Steel Blue
#7592D7
BlueColor Codes
All color formats for development
HEX
#7592D7RGB
rgb(117, 146, 215)HSL
hsl(222, 55%, 65%)OKLCH
oklch(0.666 0.108 266.1)CMYK
cmyk(46%, 32%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B7ECF
2#416AC8
3#345AB4
4#2D4E9A
5#254180
6#1E3467
7#16274D
8#0F1A33
9#070D1A
Tints
Lighter variations
1#829DDB
2#90A8DF
3#9EB3E3
4#ACBEE7
5#BAC9EB
6#C8D3EF
7#D5DEF3
8#E3E9F7
9#F1F4FB
Tones
Muted variations
1#7A94D2
2#7E96CD
3#8398C8
4#889AC3
5#8D9CBE
6#929EB9
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 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7592 #7592D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D73 #4D73CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3258 #3258AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2846 #28468A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D32 #1D3263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #12203F | 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: #CCD7F0;
--steel-blue-300: #A4B7E5;
--steel-blue-400: #7592D7;
--steel-blue-500: #4D73CB;
--steel-blue-600: #3258AE;
--steel-blue-700: #28468A;
--steel-blue-800: #1D3263;
--steel-blue-900: #12203F;
--steel-blue-950: #0B1428;
}