Steel Blue
#7E8CCE
BlueColor Codes
All color formats for development
HEX
#7E8CCERGB
rgb(126, 140, 206)HSL
hsl(229, 45%, 65%)OKLCH
oklch(0.656 0.1 274.2)CMYK
cmyk(39%, 32%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6677C5
2#4E62BC
3#4053A8
4#374790
5#2E3B78
6#242F60
7#1B2448
8#121830
9#090C18
Tints
Lighter variations
1#8B98D3
2#97A3D8
3#A4AFDD
4#B1BAE2
5#BEC6E6
6#CBD1EB
7#D8DDF0
8#E5E8F5
9#F2F4FA
Tones
Muted variations
1#828FCA
2#8691C6
3#8A94C2
4#8E96BE
5#9299BA
6#969CB6
7#9A9EB2
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 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB4 #AAB4DF | BordersInactive statesPlaceholder text |
| 400 | 7E8C #7E8CCE | Disabled statesSecondary iconsMuted text |
| 500 | 596C #596CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E50 #3E50A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3140 #314081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232E #232E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | 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: #CFD4ED;
--steel-blue-300: #AAB4DF;
--steel-blue-400: #7E8CCE;
--steel-blue-500: #596CC0;
--steel-blue-600: #3E50A3;
--steel-blue-700: #314081;
--steel-blue-800: #232E5C;
--steel-blue-900: #161D3B;
--steel-blue-950: #0E1225;
}