Steel Blue
#7A89D1
BlueColor Codes
All color formats for development
HEX
#7A89D1RGB
rgb(122, 137, 209)HSL
hsl(230, 49%, 65%)OKLCH
oklch(0.648 0.109 274)CMYK
cmyk(42%, 34%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6173C9
2#495DC1
3#3B4EAD
4#334394
5#2A387B
6#222D63
7#19214A
8#111631
9#080B19
Tints
Lighter variations
1#8794D6
2#95A0DB
3#A2ACDF
4#AFB8E4
5#BDC4E8
6#CAD0ED
7#D7DBF1
8#E4E7F6
9#F2F3FA
Tones
Muted variations
1#7E8CCD
2#838EC9
3#8791C4
4#8C94C0
5#9097BC
6#949AB7
7#999DB3
8#9DA0AE
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B1 #A8B1E1 | BordersInactive statesPlaceholder text |
| 400 | 7A89 #7A89D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5467 #5467C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394C #394CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3C #2E3C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212B #212B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E7F6;
--steel-blue-200: #CED3EE;
--steel-blue-300: #A8B1E1;
--steel-blue-400: #7A89D1;
--steel-blue-500: #5467C4;
--steel-blue-600: #394CA7;
--steel-blue-700: #2E3C85;
--steel-blue-800: #212B5F;
--steel-blue-900: #151B3D;
--steel-blue-950: #0D1126;
}