Steel Blue
#4191D8
BlueColor Codes
All color formats for development
HEX
#4191D8RGB
rgb(65, 145, 216)HSL
hsl(208, 66%, 55%)OKLCH
oklch(0.639 0.132 248.3)CMYK
cmyk(70%, 33%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B84D2
2#2675BA
3#2166A3
4#1D588C
5#184974
6#133B5D
7#0E2C46
8#0A1D2F
9#050F17
Tints
Lighter variations
1#549CDC
2#67A7E0
3#7AB2E4
4#8DBDE8
5#A0C8EB
6#B3D3EF
7#C6DEF3
8#D9E9F7
9#ECF4FB
Tones
Muted variations
1#4891D0
2#5090C9
3#5790C1
4#5F8FBA
5#668FB2
6#6E8EAB
7#768EA3
8#7D8D9B
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 | C8DF #C8DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC7 #9EC7EB | BordersInactive statesPlaceholder text |
| 400 | 6BAA #6BAAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4191 #4191D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2675 #2675BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5D #1E5D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1643 #16436A | 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: #C8DFF4;
--steel-blue-300: #9EC7EB;
--steel-blue-400: #6BAAE1;
--steel-blue-500: #4191D8;
--steel-blue-600: #2675BA;
--steel-blue-700: #1E5D94;
--steel-blue-800: #16436A;
--steel-blue-900: #0E2B44;
--steel-blue-950: #091B2A;
}