Steel Blue
#7E92CD
BlueColor Codes
All color formats for development
HEX
#7E92CDRGB
rgb(126, 146, 205)HSL
hsl(225, 44%, 65%)OKLCH
oklch(0.668 0.091 269.5)CMYK
cmyk(39%, 29%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#677EC4
2#4F6ABA
3#415AA7
4#384E8F
5#2E4177
6#25345F
7#1C2748
8#131A30
9#090D18
Tints
Lighter variations
1#8B9DD2
2#98A8D7
3#A5B3DC
4#B2BEE1
5#BFC9E6
6#CCD3EB
7#D8DEF0
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8294C9
2#8696C5
3#8A98C1
4#8E9ABD
5#929CB9
6#969EB5
7#9AA0B2
8#9EA2AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E92 #7E92CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A73 #5A73BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F58 #3F58A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3246 #324681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2432 #24325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1720 #17203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD7EC;
--steel-blue-300: #ABB7DE;
--steel-blue-400: #7E92CD;
--steel-blue-500: #5A73BF;
--steel-blue-600: #3F58A2;
--steel-blue-700: #324681;
--steel-blue-800: #24325C;
--steel-blue-900: #17203B;
--steel-blue-950: #0E1425;
}