Steel Blue
#7D89CF
BlueColor Codes
All color formats for development
HEX
#7D89CFRGB
rgb(125, 137, 207)HSL
hsl(231, 46%, 65%)OKLCH
oklch(0.649 0.106 275.6)CMYK
cmyk(40%, 34%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6473C6
2#4C5DBD
3#3F4FA9
4#364391
5#2D3879
6#242D61
7#1B2249
8#121630
9#090B18
Tints
Lighter variations
1#8A95D4
2#97A1D8
3#A4ACDD
4#B1B8E2
5#BEC4E7
6#CBD0EC
7#D8DCF1
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#818CCB
2#858FC7
3#8992C2
4#8D95BE
5#9197BA
6#959AB6
7#999DB2
8#9EA0AE
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1DF | BordersInactive statesPlaceholder text |
| 400 | 7D89 #7D89CF | Disabled statesSecondary iconsMuted text |
| 500 | 5767 #5767C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4C #3D4CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303D #303D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222B #222B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161C #161C3C | 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: #E5E7F5;
--steel-blue-200: #CFD3ED;
--steel-blue-300: #A9B1DF;
--steel-blue-400: #7D89CF;
--steel-blue-500: #5767C1;
--steel-blue-600: #3D4CA4;
--steel-blue-700: #303D82;
--steel-blue-800: #222B5D;
--steel-blue-900: #161C3C;
--steel-blue-950: #0E1125;
}