Steel Blue
#7A96D1
BlueColor Codes
All color formats for development
HEX
#7A96D1RGB
rgb(122, 150, 209)HSL
hsl(221, 49%, 65%)OKLCH
oklch(0.675 0.094 264.5)CMYK
cmyk(42%, 28%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6182C9
2#496FC1
3#3B5FAD
4#335294
5#2A447B
6#223663
7#19294A
8#111B31
9#080E19
Tints
Lighter variations
1#87A0D6
2#95ABDB
3#A2B5DF
4#AFC0E4
5#BDCAE8
6#CAD5ED
7#D7DFF1
8#E4EAF6
9#F2F4FA
Tones
Muted variations
1#7E97CD
2#8399C9
3#879BC4
4#8C9CC0
5#909EBC
6#949FB7
7#99A1B3
8#9DA3AE
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED8 #CED8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BA #A8BAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A96 #7A96D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5478 #5478C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395C #395CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E49 #2E4985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2134 #21345F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CED8EE;
--steel-blue-300: #A8BAE1;
--steel-blue-400: #7A96D1;
--steel-blue-500: #5478C4;
--steel-blue-600: #395CA7;
--steel-blue-700: #2E4985;
--steel-blue-800: #21345F;
--steel-blue-900: #15213D;
--steel-blue-950: #0D1526;
}