Steel Blue
#7E8FCE
BlueColor Codes
All color formats for development
HEX
#7E8FCERGB
rgb(126, 143, 206)HSL
hsl(227, 45%, 65%)OKLCH
oklch(0.662 0.096 272)CMYK
cmyk(39%, 31%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667AC5
2#4E65BC
3#4056A8
4#374A90
5#2E3E78
6#243160
7#1B2548
8#121930
9#090C18
Tints
Lighter variations
1#8B9AD3
2#97A5D8
3#A4B1DD
4#B1BCE2
5#BEC7E6
6#CBD2EB
7#D8DDF0
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8291CA
2#8694C6
3#8A96C2
4#8E98BE
5#929ABA
6#969DB6
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 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCE | Disabled statesSecondary iconsMuted text |
| 500 | 596F #596FC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E54 #3E54A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3142 #314281 | 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: #E5E9F5;
--steel-blue-200: #CFD5ED;
--steel-blue-300: #AAB5DF;
--steel-blue-400: #7E8FCE;
--steel-blue-500: #596FC0;
--steel-blue-600: #3E54A3;
--steel-blue-700: #314281;
--steel-blue-800: #232F5C;
--steel-blue-900: #161E3B;
--steel-blue-950: #0E1325;
}