Steel Blue
#7685D5
BlueColor Codes
All color formats for development
HEX
#7685D5RGB
rgb(118, 133, 213)HSL
hsl(231, 53%, 65%)OKLCH
oklch(0.639 0.121 274.4)CMYK
cmyk(45%, 38%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D6ECD
2#4457C5
3#3749B2
4#2F3F98
5#27347F
6#1F2A65
7#171F4C
8#101533
9#080A19
Tints
Lighter variations
1#8491D9
2#929DDD
3#9FA9E2
4#ADB6E6
5#BBC2EA
6#C8CEEE
7#D6DAF2
8#E4E7F7
9#F1F3FB
Tones
Muted variations
1#7B88D0
2#808BCC
3#858FC7
4#8992C2
5#8E95BD
6#9399B9
7#989CB4
8#9C9FAF
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AF #A5AFE3 | BordersInactive statesPlaceholder text |
| 400 | 7685 #7685D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F62 #4F62C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3547 #3547AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A38 #2A3889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E28 #1E2862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131A #131A3E | 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: #F3F5FB;
--steel-blue-100: #E4E7F7;
--steel-blue-200: #CCD2EF;
--steel-blue-300: #A5AFE3;
--steel-blue-400: #7685D5;
--steel-blue-500: #4F62C9;
--steel-blue-600: #3547AC;
--steel-blue-700: #2A3889;
--steel-blue-800: #1E2862;
--steel-blue-900: #131A3E;
--steel-blue-950: #0C1027;
}