Steel Blue
#7984D2
BlueColor Codes
All color formats for development
HEX
#7984D2RGB
rgb(121, 132, 210)HSL
hsl(233, 50%, 65%)OKLCH
oklch(0.638 0.117 276.4)CMYK
cmyk(42%, 37%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#606DCA
2#4756C2
3#3A48AE
4#323D95
5#29337C
6#212963
7#191F4B
8#111432
9#080A19
Tints
Lighter variations
1#8790D7
2#949CDB
3#A1A9E0
4#AFB5E4
5#BCC1E9
6#C9CEED
7#D7DAF2
8#E4E6F6
9#F2F3FB
Tones
Muted variations
1#7E87CE
2#828AC9
3#878EC5
4#8B91C1
5#8F95BC
6#9498B8
7#989BB3
8#9D9FAF
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD1 #CDD1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AE #A7AEE2 | BordersInactive statesPlaceholder text |
| 400 | 7984 #7984D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5360 #5360C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3845 #3845A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D37 #2D3786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2027 #202760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E4E6F6;
--steel-blue-200: #CDD1EE;
--steel-blue-300: #A7AEE2;
--steel-blue-400: #7984D2;
--steel-blue-500: #5360C6;
--steel-blue-600: #3845A8;
--steel-blue-700: #2D3786;
--steel-blue-800: #202760;
--steel-blue-900: #14193D;
--steel-blue-950: #0D1026;
}