Steel Blue
#7486D8
BlueColor Codes
All color formats for development
HEX
#7486D8RGB
rgb(116, 134, 216)HSL
hsl(229, 56%, 65%)OKLCH
oklch(0.641 0.125 273)CMYK
cmyk(46%, 38%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A70D0
2#4059C9
3#334BB5
4#2C409B
5#243581
6#1D2B67
7#16204E
8#0F1534
9#070B1A
Tints
Lighter variations
1#8292DC
2#909EE0
3#9EAAE4
4#ABB6E7
5#B9C3EB
6#C7CFEF
7#D5DBF3
8#E3E7F7
9#F1F3FB
Tones
Muted variations
1#7989D3
2#7E8CCE
3#8390C9
4#8893C4
5#8D96BF
6#9299BA
7#979CB5
8#9C9FB0
9#A1A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD2 #CBD2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B0 #A4B0E5 | BordersInactive statesPlaceholder text |
| 400 | 7486 #7486D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C64 #4C64CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3148 #3148AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 273A #273A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C29 #1C2963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121A #121A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FC;
--steel-blue-100: #E3E7F7;
--steel-blue-200: #CBD2F0;
--steel-blue-300: #A4B0E5;
--steel-blue-400: #7486D8;
--steel-blue-500: #4C64CD;
--steel-blue-600: #3148AF;
--steel-blue-700: #273A8B;
--steel-blue-800: #1C2963;
--steel-blue-900: #121A40;
--steel-blue-950: #0B1028;
}