Steel Blue
#5797C1
BlueColor Codes
All color formats for development
HEX
#5797C1RGB
rgb(87, 151, 193)HSL
hsl(204, 46%, 55%)OKLCH
oklch(0.651 0.091 239)CMYK
cmyk(55%, 22%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#448AB8
2#3D7BA4
3#356B8F
4#2D5C7B
5#264D66
6#1E3D52
7#172E3D
8#0F1F29
9#080F14
Tints
Lighter variations
1#68A1C7
2#79ACCD
3#8AB6D4
4#9AC0DA
5#ABCBE0
6#BCD5E6
7#CDE0EC
8#DDEAF3
9#EEF5F9
Tones
Muted variations
1#5D96BC
2#6295B6
3#6794B1
4#6D93AC
5#7292A7
6#7790A1
7#7C8F9C
8#828E97
9#878D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CA #A9CADF | BordersInactive statesPlaceholder text |
| 400 | 7DAE #7DAECF | Disabled statesSecondary iconsMuted text |
| 500 | 5797 #5797C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7B #3D7BA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3061 #306182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2246 #22465D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE1ED;
--steel-blue-300: #A9CADF;
--steel-blue-400: #7DAECF;
--steel-blue-500: #5797C1;
--steel-blue-600: #3D7BA4;
--steel-blue-700: #306182;
--steel-blue-800: #22465D;
--steel-blue-900: #162D3C;
--steel-blue-950: #0E1C25;
}