Steel Blue
#7B8BD1
BlueColor Codes
All color formats for development
HEX
#7B8BD1RGB
rgb(123, 139, 209)HSL
hsl(229, 48%, 65%)OKLCH
oklch(0.653 0.106 273.3)CMYK
cmyk(41%, 33%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6275C8
2#4A5FBF
3#3C51AC
4#344593
5#2B3A7B
6#222E62
7#1A234A
8#111731
9#090C19
Tints
Lighter variations
1#8896D5
2#95A2DA
3#A3AEDF
4#B0B9E3
5#BDC5E8
6#CAD0EC
7#D7DCF1
8#E5E8F6
9#F2F3FA
Tones
Muted variations
1#7F8DCC
2#8390C8
3#8893C4
4#8C95BF
5#9098BB
6#959BB7
7#999EB3
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 | E5E8 #E5E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED4 #CED4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B3 #A8B3E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8B #7B8BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5569 #5569C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4E #3A4EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3E #2E3E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212C #212C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E8F6;
--steel-blue-200: #CED4EE;
--steel-blue-300: #A8B3E1;
--steel-blue-400: #7B8BD1;
--steel-blue-500: #5569C3;
--steel-blue-600: #3A4EA6;
--steel-blue-700: #2E3E84;
--steel-blue-800: #212C5E;
--steel-blue-900: #151C3C;
--steel-blue-950: #0D1226;
}