Steel Blue
#5793C1
BlueColor Codes
All color formats for development
HEX
#5793C1RGB
rgb(87, 147, 193)HSL
hsl(206, 46%, 55%)OKLCH
oklch(0.641 0.093 243.1)CMYK
cmyk(55%, 24%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4486B8
2#3D77A4
3#35688F
4#2D597B
5#264A66
6#1E3C52
7#172D3D
8#0F1E29
9#080F14
Tints
Lighter variations
1#689EC7
2#79A9CD
3#8AB4D4
4#9ABEDA
5#ABC9E0
6#BCD4E6
7#CDDFEC
8#DDE9F3
9#EEF4F9
Tones
Muted variations
1#5D93BC
2#6292B6
3#6791B1
4#6D90AC
5#7290A7
6#778FA1
7#7C8E9C
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 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C8 #A9C8DF | BordersInactive statesPlaceholder text |
| 400 | 7DAB #7DABCF | Disabled statesSecondary iconsMuted text |
| 500 | 5793 #5793C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D77 #3D77A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 305F #305F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2244 #22445D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EEF5;
--steel-blue-200: #CFE0ED;
--steel-blue-300: #A9C8DF;
--steel-blue-400: #7DABCF;
--steel-blue-500: #5793C1;
--steel-blue-600: #3D77A4;
--steel-blue-700: #305F82;
--steel-blue-800: #22445D;
--steel-blue-900: #162B3C;
--steel-blue-950: #0E1B25;
}