Steel Blue
#7D93CF
BlueColor Codes
All color formats for development
HEX
#7D93CFRGB
rgb(125, 147, 207)HSL
hsl(224, 46%, 65%)OKLCH
oklch(0.67 0.093 268.4)CMYK
cmyk(40%, 29%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647EC6
2#4C6ABD
3#3F5BA9
4#364E91
5#2D4179
6#243461
7#1B2749
8#121A30
9#090D18
Tints
Lighter variations
1#8A9DD4
2#97A8D8
3#A4B3DD
4#B1BEE2
5#BEC9E7
6#CBD4EC
7#D8DEF1
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8195CB
2#8596C7
3#8998C2
4#8D9ABE
5#919CBA
6#959EB6
7#99A0B2
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 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8DF | BordersInactive statesPlaceholder text |
| 400 | 7D93 #7D93CF | Disabled statesSecondary iconsMuted text |
| 500 | 5774 #5774C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D58 #3D58A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3046 #304682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | 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: #CFD7ED;
--steel-blue-300: #A9B8DF;
--steel-blue-400: #7D93CF;
--steel-blue-500: #5774C1;
--steel-blue-600: #3D58A4;
--steel-blue-700: #304682;
--steel-blue-800: #22325D;
--steel-blue-900: #16203C;
--steel-blue-950: #0E1425;
}