Steel Blue
#4493D5
BlueColor Codes
All color formats for development
HEX
#4493D5RGB
rgb(68, 147, 213)HSL
hsl(207, 63%, 55%)OKLCH
oklch(0.643 0.126 246.7)CMYK
cmyk(68%, 31%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F86CE
2#2A77B7
3#2468A0
4#1F5989
5#1A4B72
6#153C5B
7#102D45
8#0A1E2E
9#050F17
Tints
Lighter variations
1#579ED9
2#69A9DD
3#7CB4E1
4#8FBEE6
5#A1C9EA
6#B4D4EE
7#C7DFF2
8#DAE9F7
9#ECF4FB
Tones
Muted variations
1#4B93CD
2#5292C6
3#5A91BF
4#6191B8
5#6890B0
6#6F8FA9
7#778EA2
8#7E8E9B
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 | C9E0 #C9E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC8 #9FC8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EAB #6EABDE | Disabled statesSecondary iconsMuted text |
| 500 | 4493 #4493D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A77 #2A77B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 215F #215F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1844 #184468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2B #0F2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | 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: #C9E0F3;
--steel-blue-300: #9FC8E9;
--steel-blue-400: #6EABDE;
--steel-blue-500: #4493D5;
--steel-blue-600: #2A77B7;
--steel-blue-700: #215F91;
--steel-blue-800: #184468;
--steel-blue-900: #0F2B43;
--steel-blue-950: #091B2A;
}