Steel Blue
#7683D5
BlueColor Codes
All color formats for development
HEX
#7683D5RGB
rgb(118, 131, 213)HSL
hsl(232, 53%, 65%)OKLCH
oklch(0.635 0.124 275.5)CMYK
cmyk(45%, 38%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D6CCD
2#4455C5
3#3747B2
4#2F3D98
5#27337F
6#1F2965
7#171E4C
8#101433
9#080A19
Tints
Lighter variations
1#848FD9
2#929CDD
3#9FA8E2
4#ADB5E6
5#BBC1EA
6#C8CDEE
7#D6DAF2
8#E4E6F7
9#F1F3FB
Tones
Muted variations
1#7B87D0
2#808ACC
3#858DC7
4#8991C2
5#8E94BD
6#9398B9
7#989BB4
8#9C9FAF
9#A1A2AA
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 #CCD1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AE #A5AEE3 | BordersInactive statesPlaceholder text |
| 400 | 7683 #7683D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F60 #4F60C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3545 #3545AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A37 #2A3789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E27 #1E2762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193E | 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: #CCD1EF;
--steel-blue-300: #A5AEE3;
--steel-blue-400: #7683D5;
--steel-blue-500: #4F60C9;
--steel-blue-600: #3545AC;
--steel-blue-700: #2A3789;
--steel-blue-800: #1E2762;
--steel-blue-900: #13193E;
--steel-blue-950: #0C1027;
}