Steel Blue
#7696D5
BlueColor Codes
All color formats for development
HEX
#7696D5RGB
rgb(118, 150, 213)HSL
hsl(220, 53%, 65%)OKLCH
oklch(0.675 0.101 263.3)CMYK
cmyk(45%, 30%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D82CD
2#446FC5
3#3760B2
4#2F5298
5#27447F
6#1F3765
7#17294C
8#101B33
9#080E19
Tints
Lighter variations
1#84A0D9
2#92ABDD
3#9FB5E2
4#ADC0E6
5#BBCAEA
6#C8D5EE
7#D6DFF2
8#E4EAF7
9#F1F4FB
Tones
Muted variations
1#7B98D0
2#8099CC
3#859BC7
4#899CC2
5#8E9EBD
6#939FB9
7#98A1B4
8#9CA3AF
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD8 #CCD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BA #A5BAE3 | BordersInactive statesPlaceholder text |
| 400 | 7696 #7696D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F78 #4F78C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355C #355CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A49 #2A4989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E34 #1E3462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1322 #13223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF7;
--steel-blue-200: #CCD8EF;
--steel-blue-300: #A5BAE3;
--steel-blue-400: #7696D5;
--steel-blue-500: #4F78C9;
--steel-blue-600: #355CAC;
--steel-blue-700: #2A4989;
--steel-blue-800: #1E3462;
--steel-blue-900: #13223E;
--steel-blue-950: #0C1527;
}