Steel Blue
#7B89D1
BlueColor Codes
All color formats for development
HEX
#7B89D1RGB
rgb(123, 137, 209)HSL
hsl(230, 48%, 65%)OKLCH
oklch(0.649 0.109 274.6)CMYK
cmyk(41%, 34%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6273C8
2#4A5DBF
3#3C4FAC
4#344493
5#2B387B
6#222D62
7#1A224A
8#111731
9#090B19
Tints
Lighter variations
1#8895D5
2#95A1DA
3#A3ADDF
4#B0B8E3
5#BDC4E8
6#CAD0EC
7#D7DCF1
8#E5E7F6
9#F2F3FA
Tones
Muted variations
1#7F8CCC
2#838FC8
3#8892C4
4#8C95BF
5#9097BB
6#959AB7
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 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B2 #A8B2E1 | BordersInactive statesPlaceholder text |
| 400 | 7B89 #7B89D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5568 #5568C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4C #3A4CA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3D #2E3D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212B #212B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3C | 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: #E5E7F6;
--steel-blue-200: #CED3EE;
--steel-blue-300: #A8B2E1;
--steel-blue-400: #7B89D1;
--steel-blue-500: #5568C3;
--steel-blue-600: #3A4CA6;
--steel-blue-700: #2E3D84;
--steel-blue-800: #212B5E;
--steel-blue-900: #151C3C;
--steel-blue-950: #0D1126;
}