Steel Blue
#7C88D0
BlueColor Codes
All color formats for development
HEX
#7C88D0RGB
rgb(124, 136, 208)HSL
hsl(231, 47%, 65%)OKLCH
oklch(0.647 0.109 275.7)CMYK
cmyk(40%, 35%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6372C7
2#4B5CBE
3#3D4EAB
4#354392
5#2C387A
6#232C61
7#1A2149
8#121631
9#090B18
Tints
Lighter variations
1#8994D4
2#96A0D9
3#A3ACDE
4#B0B8E3
5#BDC4E7
6#CBD0EC
7#D8DBF1
8#E5E7F6
9#F2F3FA
Tones
Muted variations
1#808BCC
2#848EC7
3#8891C3
4#8D94BF
5#9197BB
6#959AB7
7#999DB2
8#9DA0AE
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1E0 | BordersInactive statesPlaceholder text |
| 400 | 7C88 #7C88D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5666 #5666C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B4B #3B4BA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F3C #2F3C83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222B #222B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F6;
--steel-blue-200: #CED3ED;
--steel-blue-300: #A9B1E0;
--steel-blue-400: #7C88D0;
--steel-blue-500: #5666C2;
--steel-blue-600: #3B4BA5;
--steel-blue-700: #2F3C83;
--steel-blue-800: #222B5E;
--steel-blue-900: #161B3C;
--steel-blue-950: #0E1125;
}