Steel Blue
#7684D6
BlueColor Codes
All color formats for development
HEX
#7684D6RGB
rgb(118, 132, 214)HSL
hsl(231, 54%, 65%)OKLCH
oklch(0.638 0.124 275)CMYK
cmyk(45%, 38%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C6DCE
2#4356C7
3#3548B3
4#2E3E99
5#263480
6#1E2966
7#171F4D
8#0F1533
9#080A1A
Tints
Lighter variations
1#8390DA
2#919DDE
3#9FA9E2
4#ADB5E6
5#BAC2EA
6#C8CEEF
7#D6DAF3
8#E4E6F7
9#F1F3FB
Tones
Muted variations
1#7A87D1
2#7F8BCC
3#848EC7
4#8992C3
5#8E95BE
6#9298B9
7#979CB4
8#9C9FAF
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD1 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AE #A5AEE4 | BordersInactive statesPlaceholder text |
| 400 | 7684 #7684D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E61 #4E61CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3446 #3446AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2938 #293889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D28 #1D2862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193F | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F4FB;
--steel-blue-100: #E4E6F7;
--steel-blue-200: #CCD1F0;
--steel-blue-300: #A5AEE4;
--steel-blue-400: #7684D6;
--steel-blue-500: #4E61CA;
--steel-blue-600: #3446AD;
--steel-blue-700: #293889;
--steel-blue-800: #1D2862;
--steel-blue-900: #13193F;
--steel-blue-950: #0C1027;
}