Steel Blue
#7C92D0
BlueColor Codes
All color formats for development
HEX
#7C92D0RGB
rgb(124, 146, 208)HSL
hsl(224, 47%, 65%)OKLCH
oklch(0.668 0.096 268.8)CMYK
cmyk(40%, 30%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#637EC7
2#4B6ABE
3#3D5BAB
4#354E92
5#2C417A
6#233461
7#1A2749
8#121A31
9#090D18
Tints
Lighter variations
1#899DD4
2#96A8D9
3#A3B3DE
4#B0BEE3
5#BDC9E7
6#CBD3EC
7#D8DEF1
8#E5E9F6
9#F2F4FA
Tones
Muted variations
1#8094CC
2#8496C7
3#8898C3
4#8D9ABF
5#919CBB
6#959EB7
7#99A0B2
8#9DA2AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C92 #7C92D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5673 #5673C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B58 #3B58A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F46 #2F4683 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325E | 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: #E5E9F6;
--steel-blue-200: #CED7ED;
--steel-blue-300: #A9B7E0;
--steel-blue-400: #7C92D0;
--steel-blue-500: #5673C2;
--steel-blue-600: #3B58A5;
--steel-blue-700: #2F4683;
--steel-blue-800: #22325E;
--steel-blue-900: #16203C;
--steel-blue-950: #0E1425;
}