Steel Blue
#7886D3
BlueColor Codes
All color formats for development
HEX
#7886D3RGB
rgb(120, 134, 211)HSL
hsl(231, 51%, 65%)OKLCH
oklch(0.642 0.116 274.8)CMYK
cmyk(43%, 36%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F6FCB
2#4659C3
3#394BAF
4#314096
5#29357D
6#202B64
7#18204B
8#101532
9#080B19
Tints
Lighter variations
1#8692D8
2#939EDC
3#A1AAE0
4#AEB6E5
5#BCC2E9
6#C9CFEE
7#D7DBF2
8#E4E7F6
9#F2F3FB
Tones
Muted variations
1#7D89CF
2#818CCA
3#868FC6
4#8A93C1
5#8F96BD
6#9499B8
7#989CB3
8#9D9FAF
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AF #A6AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7886 #7886D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5263 #5263C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3748 #3748A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C39 #2C3987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F29 #1F2960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3E | 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: #E4E7F6;
--steel-blue-200: #CDD2EF;
--steel-blue-300: #A6AFE2;
--steel-blue-400: #7886D3;
--steel-blue-500: #5263C7;
--steel-blue-600: #3748A9;
--steel-blue-700: #2C3987;
--steel-blue-800: #1F2960;
--steel-blue-900: #141A3E;
--steel-blue-950: #0C1027;
}