Steel Blue
#7488D8
BlueColor Codes
All color formats for development
HEX
#7488D8RGB
rgb(116, 136, 216)HSL
hsl(228, 56%, 65%)OKLCH
oklch(0.646 0.122 272)CMYK
cmyk(46%, 37%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A72D0
2#405BC9
3#334DB5
4#2C429B
5#243781
6#1D2C67
7#16214E
8#0F1634
9#070B1A
Tints
Lighter variations
1#8294DC
2#90A0E0
3#9EACE4
4#ABB7E7
5#B9C3EB
6#C7CFEF
7#D5DBF3
8#E3E7F7
9#F1F3FB
Tones
Muted variations
1#798BD3
2#7E8ECE
3#8391C9
4#8894C4
5#8D97BF
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 | A4B1 #A4B1E5 | BordersInactive statesPlaceholder text |
| 400 | 7488 #7488D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C66 #4C66CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 314B #314BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 273B #273B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2A #1C2A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121B #121B40 | 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: #A4B1E5;
--steel-blue-400: #7488D8;
--steel-blue-500: #4C66CD;
--steel-blue-600: #314BAF;
--steel-blue-700: #273B8B;
--steel-blue-800: #1C2A63;
--steel-blue-900: #121B40;
--steel-blue-950: #0B1128;
}