Steel Blue
#7979D2
BlueColor Codes
All color formats for development
HEX
#7979D2RGB
rgb(121, 121, 210)HSL
hsl(240, 50%, 65%)OKLCH
oklch(0.616 0.133 281.8)CMYK
cmyk(42%, 42%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6060CA
2#4747C2
3#3A3AAE
4#323295
5#29297C
6#212163
7#19194B
8#111132
9#080819
Tints
Lighter variations
1#8787D7
2#9494DB
3#A1A1E0
4#AFAFE4
5#BCBCE9
6#C9C9ED
7#D7D7F2
8#E4E4F6
9#F2F2FB
Tones
Muted variations
1#7E7ECE
2#8282C9
3#8787C5
4#8B8BC1
5#8F8FBC
6#9494B8
7#9898B3
8#9D9DAF
9#A1A1AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7A7 #A7A7E2 | BordersInactive statesPlaceholder text |
| 400 | 7979 #7979D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5353 #5353C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3838 #3838A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D2D #2D2D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2020 #202060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E4E4F6;
--steel-blue-200: #CDCDEE;
--steel-blue-300: #A7A7E2;
--steel-blue-400: #7979D2;
--steel-blue-500: #5353C6;
--steel-blue-600: #3838A8;
--steel-blue-700: #2D2D86;
--steel-blue-800: #202060;
--steel-blue-900: #14143D;
--steel-blue-950: #0D0D26;
}