Steel Blue
#7E8ECE
BlueColor Codes
All color formats for development
HEX
#7E8ECERGB
rgb(126, 142, 206)HSL
hsl(228, 45%, 65%)OKLCH
oklch(0.66 0.097 272.7)CMYK
cmyk(39%, 31%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6679C5
2#4E64BC
3#4055A8
4#374990
5#2E3C78
6#243060
7#1B2448
8#121830
9#090C18
Tints
Lighter variations
1#8B99D3
2#97A4D8
3#A4B0DD
4#B1BBE2
5#BEC6E6
6#CBD2EB
7#D8DDF0
8#E5E8F5
9#F2F4FA
Tones
Muted variations
1#8290CA
2#8692C6
3#8A95C2
4#8E97BE
5#929ABA
6#969CB6
7#9A9FB2
8#9EA1AE
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECE | Disabled statesSecondary iconsMuted text |
| 500 | 596D #596DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E52 #3E52A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3141 #314181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232F #232F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F5;
--steel-blue-200: #CFD5ED;
--steel-blue-300: #AAB5DF;
--steel-blue-400: #7E8ECE;
--steel-blue-500: #596DC0;
--steel-blue-600: #3E52A3;
--steel-blue-700: #314181;
--steel-blue-800: #232F5C;
--steel-blue-900: #161E3B;
--steel-blue-950: #0E1325;
}