Steel Blue
#7489D8
BlueColor Codes
All color formats for development
HEX
#7489D8RGB
rgb(116, 137, 216)HSL
hsl(227, 56%, 65%)OKLCH
oklch(0.648 0.121 271.4)CMYK
cmyk(46%, 37%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A74D0
2#405EC9
3#334FB5
4#2C449B
5#243981
6#1D2D67
7#16224E
8#0F1734
9#070B1A
Tints
Lighter variations
1#8295DC
2#90A1E0
3#9EADE4
4#ABB8E7
5#B9C4EB
6#C7D0EF
7#D5DCF3
8#E3E7F7
9#F1F3FB
Tones
Muted variations
1#798CD3
2#7E8FCE
3#8392C9
4#8895C4
5#8D98BF
6#929ABA
7#979DB5
8#9CA0B0
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 | CBD3 #CBD3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B2 #A4B2E5 | BordersInactive statesPlaceholder text |
| 400 | 7489 #7489D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C68 #4C68CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 314D #314DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 273D #273D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2C #1C2C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121C #121C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | 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: #CBD3F0;
--steel-blue-300: #A4B2E5;
--steel-blue-400: #7489D8;
--steel-blue-500: #4C68CD;
--steel-blue-600: #314DAF;
--steel-blue-700: #273D8B;
--steel-blue-800: #1C2C63;
--steel-blue-900: #121C40;
--steel-blue-950: #0B1128;
}