Steel Blue
#7E8BCE
BlueColor Codes
All color formats for development
HEX
#7E8BCERGB
rgb(126, 139, 206)HSL
hsl(230, 45%, 65%)OKLCH
oklch(0.654 0.101 274.9)CMYK
cmyk(39%, 33%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6675C5
2#4E60BC
3#4051A8
4#374690
5#2E3A78
6#242E60
7#1B2348
8#121730
9#090C18
Tints
Lighter variations
1#8B97D3
2#97A2D8
3#A4AEDD
4#B1B9E2
5#BEC5E6
6#CBD1EB
7#D8DCF0
8#E5E8F5
9#F2F3FA
Tones
Muted variations
1#828ECA
2#8690C6
3#8A93C2
4#8E96BE
5#9298BA
6#969BB6
7#9A9EB2
8#9EA0AE
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 | AAB3 #AAB3DF | BordersInactive statesPlaceholder text |
| 400 | 7E8B #7E8BCE | Disabled statesSecondary iconsMuted text |
| 500 | 596A #596AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E4F #3E4FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313E #313E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232D #232D5C | 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: #AAB3DF;
--steel-blue-400: #7E8BCE;
--steel-blue-500: #596AC0;
--steel-blue-600: #3E4FA3;
--steel-blue-700: #313E81;
--steel-blue-800: #232D5C;
--steel-blue-900: #161D3B;
--steel-blue-950: #0E1225;
}