Steel Blue
#7C94D0
BlueColor Codes
All color formats for development
HEX
#7C94D0RGB
rgb(124, 148, 208)HSL
hsl(223, 47%, 65%)OKLCH
oklch(0.672 0.094 267.2)CMYK
cmyk(40%, 29%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6380C7
2#4B6CBE
3#3D5CAB
4#354F92
5#2C427A
6#233561
7#1A2849
8#121A31
9#090D18
Tints
Lighter variations
1#899ED4
2#96A9D9
3#A3B4DE
4#B0BFE3
5#BDC9E7
6#CBD4EC
7#D8DFF1
8#E5EAF6
9#F2F4FA
Tones
Muted variations
1#8095CC
2#8497C7
3#8899C3
4#8D9BBF
5#919DBB
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 | E5EA #E5EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8E0 | BordersInactive statesPlaceholder text |
| 400 | 7C94 #7C94D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5675 #5675C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B59 #3B59A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F47 #2F4783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2233 #22335E | 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: #E5EAF6;
--steel-blue-200: #CED7ED;
--steel-blue-300: #A9B8E0;
--steel-blue-400: #7C94D0;
--steel-blue-500: #5675C2;
--steel-blue-600: #3B59A5;
--steel-blue-700: #2F4783;
--steel-blue-800: #22335E;
--steel-blue-900: #16203C;
--steel-blue-950: #0E1425;
}