Steel Blue
#41739F
BlueColor Codes
All color formats for development
HEX
#41739FRGB
rgb(65, 115, 159)HSL
hsl(208, 42%, 44%)OKLCH
oklch(0.54 0.088 246.8)CMYK
cmyk(59%, 28%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B688F
2#345C7F
3#2E5170
4#274560
5#213A50
6#1A2E40
7#142330
8#0D1720
9#070C10
Tints
Lighter variations
1#4982B4
2#5D90BD
3#719EC5
4#85ACCD
5#9ABAD6
6#AEC7DE
7#C2D5E6
8#D6E3EE
9#EBF1F7
Tones
Muted variations
1#46739B
2#4B7396
3#4F7291
4#54728C
5#597288
6#5D7183
7#62717E
8#67717A
9#6B7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC6 #ACC6DD | BordersInactive statesPlaceholder text |
| 400 | 80A8 #80A8CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8F #5C8FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4173 #41739F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 345C #345C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2542 #25425B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E6EEF5;
--steel-blue-200: #D0DFEC;
--steel-blue-300: #ACC6DD;
--steel-blue-400: #80A8CB;
--steel-blue-500: #5C8FBC;
--steel-blue-600: #41739F;
--steel-blue-700: #345C7F;
--steel-blue-800: #25425B;
--steel-blue-900: #182A3A;
--steel-blue-950: #0F1A24;
}