Steel Blue
#7694D6
BlueColor Codes
All color formats for development
HEX
#7694D6RGB
rgb(118, 148, 214)HSL
hsl(221, 54%, 65%)OKLCH
oklch(0.671 0.104 265)CMYK
cmyk(45%, 31%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C80CE
2#436CC7
3#355DB3
4#2E5099
5#264280
6#1E3566
7#17284D
8#0F1B33
9#080D1A
Tints
Lighter variations
1#839FDA
2#91A9DE
3#9FB4E2
4#ADBFE6
5#BACAEA
6#C8D4EF
7#D6DFF3
8#E4EAF7
9#F1F4FB
Tones
Muted variations
1#7A96D1
2#7F98CC
3#8499C7
4#899BC3
5#8E9DBE
6#929FB9
7#97A0B4
8#9CA2AF
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B9 #A5B9E4 | BordersInactive statesPlaceholder text |
| 400 | 7694 #7694D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E76 #4E76CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 345A #345AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2948 #294889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D33 #1D3362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1321 #13213F | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF7;
--steel-blue-200: #CCD7F0;
--steel-blue-300: #A5B9E4;
--steel-blue-400: #7694D6;
--steel-blue-500: #4E76CA;
--steel-blue-600: #345AAD;
--steel-blue-700: #294889;
--steel-blue-800: #1D3362;
--steel-blue-900: #13213F;
--steel-blue-950: #0C1427;
}