Steel Blue
#7880D3
BlueColor Codes
All color formats for development
HEX
#7880D3RGB
rgb(120, 128, 211)HSL
hsl(235, 51%, 65%)OKLCH
oklch(0.629 0.125 278)CMYK
cmyk(43%, 39%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F68CB
2#4651C3
3#3943AF
4#313996
5#29307D
6#202664
7#181D4B
8#101332
9#080A19
Tints
Lighter variations
1#868DD8
2#9399DC
3#A1A6E0
4#AEB3E5
5#BCBFE9
6#C9CCEE
7#D7D9F2
8#E4E6F6
9#F2F2FB
Tones
Muted variations
1#7D84CF
2#8187CA
3#868BC6
4#8A8FC1
5#8F93BD
6#9497B8
7#989AB3
8#9D9EAF
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD0 #CDD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AB #A6ABE2 | BordersInactive statesPlaceholder text |
| 400 | 7880 #7880D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525B #525BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3741 #3741A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C33 #2C3387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F25 #1F2560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1417 #14173E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F4FB;
--steel-blue-100: #E4E6F6;
--steel-blue-200: #CDD0EF;
--steel-blue-300: #A6ABE2;
--steel-blue-400: #7880D3;
--steel-blue-500: #525BC7;
--steel-blue-600: #3741A9;
--steel-blue-700: #2C3387;
--steel-blue-800: #1F2560;
--steel-blue-900: #14173E;
--steel-blue-950: #0C0F27;
}