Steel Blue
#4194D8
BlueColor Codes
All color formats for development
HEX
#4194D8RGB
rgb(65, 148, 216)HSL
hsl(207, 66%, 55%)OKLCH
oklch(0.646 0.13 246.4)CMYK
cmyk(70%, 31%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B87D2
2#2678BA
3#2169A3
4#1D5A8C
5#184B74
6#133C5D
7#0E2D46
8#0A1E2F
9#050F17
Tints
Lighter variations
1#549FDC
2#67A9E0
3#7AB4E4
4#8DBFE8
5#A0C9EB
6#B3D4EF
7#C6DFF3
8#D9EAF7
9#ECF4FB
Tones
Muted variations
1#4893D0
2#5092C9
3#5792C1
4#5F91BA
5#6690B2
6#6E8FAB
7#768FA3
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 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E0 #C8E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EB | BordersInactive statesPlaceholder text |
| 400 | 6BAC #6BACE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4194 #4194D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2678 #2678BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5F #1E5F94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #16446A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B44 | 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: #E1EEF9;
--steel-blue-200: #C8E0F4;
--steel-blue-300: #9EC8EB;
--steel-blue-400: #6BACE1;
--steel-blue-500: #4194D8;
--steel-blue-600: #2678BA;
--steel-blue-700: #1E5F94;
--steel-blue-800: #16446A;
--steel-blue-900: #0E2B44;
--steel-blue-950: #091B2A;
}