Steel Blue
#7689D5
BlueColor Codes
All color formats for development
HEX
#7689D5RGB
rgb(118, 137, 213)HSL
hsl(228, 53%, 65%)OKLCH
oklch(0.647 0.116 272.2)CMYK
cmyk(45%, 36%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D74CD
2#445EC5
3#374FB2
4#2F4498
5#27397F
6#1F2D65
7#17224C
8#101733
9#080B19
Tints
Lighter variations
1#8495D9
2#92A1DD
3#9FADE2
4#ADB8E6
5#BBC4EA
6#C8D0EE
7#D6DCF2
8#E4E7F7
9#F1F3FB
Tones
Muted variations
1#7B8CD0
2#808FCC
3#8592C7
4#8995C2
5#8E98BD
6#939AB9
7#989DB4
8#9CA0AF
9#A1A3AA
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 | CCD3 #CCD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B2 #A5B2E3 | BordersInactive statesPlaceholder text |
| 400 | 7689 #7689D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F68 #4F68C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 354D #354DAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A3D #2A3D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2B #1E2B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131C #131C3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | 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: #CCD3EF;
--steel-blue-300: #A5B2E3;
--steel-blue-400: #7689D5;
--steel-blue-500: #4F68C9;
--steel-blue-600: #354DAC;
--steel-blue-700: #2A3D89;
--steel-blue-800: #1E2B62;
--steel-blue-900: #131C3E;
--steel-blue-950: #0C1127;
}