Steel Blue
#4294D7
BlueColor Codes
All color formats for development
HEX
#4294D7RGB
rgb(66, 148, 215)HSL
hsl(207, 65%, 55%)OKLCH
oklch(0.646 0.128 246.3)CMYK
cmyk(69%, 31%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C86D0
2#2777B9
3#2269A2
4#1D5A8B
5#194B74
6#143C5D
7#0F2D45
8#0A1E2E
9#050F17
Tints
Lighter variations
1#559EDB
2#68A9DF
3#7AB4E3
4#8DBFE7
5#A0C9EB
6#B3D4EF
7#C6DFF3
8#D9EAF7
9#ECF4FB
Tones
Muted variations
1#4993CF
2#5192C8
3#5891C0
4#5F91B9
5#6790B2
6#6E8FAA
7#768EA3
8#7D8E9B
9#858D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E0 #C8E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EA | BordersInactive statesPlaceholder text |
| 400 | 6CAC #6CACE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4294 #4294D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2777 #2777B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5F #1F5F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #164469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B43 | 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: #F2F8FC;
--steel-blue-100: #E2EEF9;
--steel-blue-200: #C8E0F3;
--steel-blue-300: #9EC8EA;
--steel-blue-400: #6CACE0;
--steel-blue-500: #4294D7;
--steel-blue-600: #2777B9;
--steel-blue-700: #1F5F93;
--steel-blue-800: #164469;
--steel-blue-900: #0E2B43;
--steel-blue-950: #091B2A;
}