Steel Blue
#7688D5
BlueColor Codes
All color formats for development
HEX
#7688D5RGB
rgb(118, 136, 213)HSL
hsl(229, 53%, 65%)OKLCH
oklch(0.645 0.117 272.7)CMYK
cmyk(45%, 36%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D72CD
2#445CC5
3#374DB2
4#2F4298
5#27377F
6#1F2C65
7#17214C
8#101633
9#080B19
Tints
Lighter variations
1#8494D9
2#92A0DD
3#9FACE2
4#ADB7E6
5#BBC3EA
6#C8CFEE
7#D6DBF2
8#E4E7F7
9#F1F3FB
Tones
Muted variations
1#7B8BD0
2#808ECC
3#8591C7
4#8994C2
5#8E97BD
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 | A5B1 #A5B1E3 | BordersInactive statesPlaceholder text |
| 400 | 7688 #7688D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F66 #4F66C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 354B #354BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A3B #2A3B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2A #1E2A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131B #131B3E | 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: #A5B1E3;
--steel-blue-400: #7688D5;
--steel-blue-500: #4F66C9;
--steel-blue-600: #354BAC;
--steel-blue-700: #2A3B89;
--steel-blue-800: #1E2A62;
--steel-blue-900: #131B3E;
--steel-blue-950: #0C1127;
}