Steel Blue
#41859F
BlueColor Codes
All color formats for development
HEX
#41859FRGB
rgb(65, 133, 159)HSL
hsl(197, 42%, 44%)OKLCH
oklch(0.583 0.079 225.7)CMYK
cmyk(59%, 16%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B778F
2#346A7F
3#2E5D70
4#275060
5#214250
6#1A3540
7#142830
8#0D1B20
9#070D10
Tints
Lighter variations
1#4995B4
2#5DA2BD
3#71ADC5
4#85B9CD
5#9AC5D6
6#AED0DE
7#C2DCE6
8#D6E8EE
9#EBF3F7
Tones
Muted variations
1#46839B
2#4B8196
3#4F7E91
4#547C8C
5#597A88
6#5D7883
7#62767E
8#67747A
9#6B7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E4 #D0E4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCF #ACCFDD | BordersInactive statesPlaceholder text |
| 400 | 80B6 #80B6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA1 #5CA1BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4185 #41859F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3469 #34697F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254B #254B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #18303A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E6F0F5;
--steel-blue-200: #D0E4EC;
--steel-blue-300: #ACCFDD;
--steel-blue-400: #80B6CB;
--steel-blue-500: #5CA1BC;
--steel-blue-600: #41859F;
--steel-blue-700: #34697F;
--steel-blue-800: #254B5B;
--steel-blue-900: #18303A;
--steel-blue-950: #0F1E24;
}