Steel Blue
#4793D1
BlueColor Codes
All color formats for development
HEX
#4793D1RGB
rgb(71, 147, 209)HSL
hsl(207, 60%, 55%)OKLCH
oklch(0.642 0.12 245.8)CMYK
cmyk(66%, 30%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3286CA
2#2D77B4
3#27689D
4#225987
5#1C4A70
6#163B5A
7#112D43
8#0B1E2D
9#060F16
Tints
Lighter variations
1#5A9ED6
2#6CA9DA
3#7EB3DF
4#91BEE3
5#A3C9E8
6#B6D4ED
7#C8DFF1
8#DAE9F6
9#EDF4FA
Tones
Muted variations
1#4E92CA
2#5592C3
3#5C91BC
4#6390B6
5#6A90AF
6#718FA8
7#788EA1
8#7E8E9A
9#858D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 70AB #70ABDB | Disabled statesSecondary iconsMuted text |
| 500 | 4793 #4793D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D77 #2D77B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 245F #245F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A44 #1A4466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EEF8;
--steel-blue-200: #CAE0F2;
--steel-blue-300: #A1C8E8;
--steel-blue-400: #70ABDB;
--steel-blue-500: #4793D1;
--steel-blue-600: #2D77B4;
--steel-blue-700: #245F8F;
--steel-blue-800: #1A4466;
--steel-blue-900: #102B41;
--steel-blue-950: #0A1B29;
}