Steel Blue
#7E91CD
BlueColor Codes
All color formats for development
HEX
#7E91CDRGB
rgb(126, 145, 205)HSL
hsl(226, 44%, 65%)OKLCH
oklch(0.665 0.092 270.3)CMYK
cmyk(39%, 29%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#677CC4
2#4F68BA
3#4159A7
4#384C8F
5#2E3F77
6#25335F
7#1C2648
8#131930
9#090D18
Tints
Lighter variations
1#8B9CD2
2#98A7D7
3#A5B2DC
4#B2BDE1
5#BFC8E6
6#CCD3EB
7#D8DEF0
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8293C9
2#8695C5
3#8A97C1
4#8E99BD
5#929BB9
6#969DB5
7#9A9FB2
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 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E91 #7E91CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A71 #5A71BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F56 #3F56A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3244 #324481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | 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: #CFD6EC;
--steel-blue-300: #ABB7DE;
--steel-blue-400: #7E91CD;
--steel-blue-500: #5A71BF;
--steel-blue-600: #3F56A2;
--steel-blue-700: #324481;
--steel-blue-800: #24315C;
--steel-blue-900: #171F3B;
--steel-blue-950: #0E1425;
}