Steel Blue
#41709F
BlueColor Codes
All color formats for development
HEX
#41709FRGB
rgb(65, 112, 159)HSL
hsl(210, 42%, 44%)OKLCH
oklch(0.533 0.091 249.9)CMYK
cmyk(59%, 30%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B658F
2#345A7F
3#2E4F70
4#274360
5#213850
6#1A2D40
7#142230
8#0D1620
9#070B10
Tints
Lighter variations
1#497EB4
2#5D8DBD
3#719BC5
4#85A9CD
5#9AB8D6
6#AEC6DE
7#C2D4E6
8#D6E2EE
9#EBF1F7
Tones
Muted variations
1#46709B
2#4B7096
3#4F7091
4#54708C
5#597088
6#5D7083
7#62707E
8#67707A
9#6B7075
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DD | BordersInactive statesPlaceholder text |
| 400 | 80A6 #80A6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8C #5C8CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4170 #41709F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3459 #34597F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2540 #25405B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #18293A | 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: #F4F7FB;
--steel-blue-100: #E6EDF5;
--steel-blue-200: #D0DEEC;
--steel-blue-300: #ACC4DD;
--steel-blue-400: #80A6CB;
--steel-blue-500: #5C8CBC;
--steel-blue-600: #41709F;
--steel-blue-700: #34597F;
--steel-blue-800: #25405B;
--steel-blue-900: #18293A;
--steel-blue-950: #0F1A24;
}